mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-07 08:44:32 +02:00
Merged from Version_1_33_1
[SVN r31949]
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
// $Date$
|
// $Date$
|
||||||
// $Revision$
|
// $Revision$
|
||||||
|
|
||||||
// Necessary to overcome a strange name lookup bug in GCC 3.3 for Mac OS X
|
// Necessary to overcome a strange name lookup bug in GCC 3.3 and 4.0 for Mac OS X
|
||||||
#if defined(__APPLE_CC__) && defined(__GNUC__) && (__GNUC__ == 3) && (__GNUC_MINOR__ <= 3)
|
#if defined(__APPLE_CC__) && defined(__GNUC__) && (__GNUC__ <= 4)
|
||||||
# include <cassert>
|
# include <cassert>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user