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