2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

Bug fix for alpha due to Ralf W. Grosse-Kunstleve <rwgk@cci.lbl.gov>

[SVN r7962]
This commit is contained in:
Dave Abrahams
2000-10-16 09:30:29 +00:00
parent 9f173323a9
commit 1c895e160d

View File

@@ -445,7 +445,7 @@ const CapabilityEntry capabilities[] = {
if (c.substructure_size == 0)
{
if (src == 0 ||
#if defined(__MWERKS__) && __MWERKS__ <= 0x4000
#if defined(__MWERKS__) && __MWERKS__ <= 0x4000 || defined(__alpha) && defined(__osf__)
((const Dispatch*)src)
#else
reinterpret_cast<const Dispatch*>(src)