mirror of
https://github.com/boostorg/mpl.git
synced 2025-10-02 02:31:01 +02:00
Work around name lookup bug in GCC 3.3 for Mac OS X
[SVN r28899]
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
// $Date$
|
// $Date$
|
||||||
// $Revision$
|
// $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)
|
||||||
|
# include <cassert>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <boost/mpl/size_t.hpp>
|
#include <boost/mpl/size_t.hpp>
|
||||||
#include <boost/mpl/identity.hpp>
|
#include <boost/mpl/identity.hpp>
|
||||||
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
|
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
|
||||||
|
Reference in New Issue
Block a user