CWPro7 workaround

[SVN r18317]
This commit is contained in:
Dave Abrahams
2003-04-26 14:59:30 +00:00
parent 3bdab8a641
commit a17353cd8f

View File

@@ -33,7 +33,11 @@
#endif
#if !defined(AUX_WRAPPER_INST)
# if BOOST_WORKAROUND(__MWERKS__, <= 0x2407)
# define AUX_WRAPPER_INST(value) AUX_WRAPPER_NAME< value >
# else
# define AUX_WRAPPER_INST(value) mpl::AUX_WRAPPER_NAME< value >
# endif
#endif
namespace boost { namespace mpl {