mirror of
https://github.com/boostorg/mpl.git
synced 2026-08-04 04:34:09 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d329f9e8db | |||
| 87a2c171cd | |||
| 18d3165e00 |
+2
-2
@@ -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