mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 23:04:33 +02:00
CWPro7 workaround
[SVN r18317]
This commit is contained in:
@@ -33,7 +33,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(AUX_WRAPPER_INST)
|
#if !defined(AUX_WRAPPER_INST)
|
||||||
# define AUX_WRAPPER_INST(value) mpl::AUX_WRAPPER_NAME< value >
|
# 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
|
#endif
|
||||||
|
|
||||||
namespace boost { namespace mpl {
|
namespace boost { namespace mpl {
|
||||||
|
Reference in New Issue
Block a user