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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user