Fix how _HAS_TR1_IMPORTS is tested.

Fixes #6023.

[SVN r76134]
This commit is contained in:
John Maddock
2011-12-24 16:35:34 +00:00
parent 06520772ae
commit e8ee9a7843

View File

@ -109,7 +109,7 @@
# define BOOST_NO_NUMERIC_LIMITS_LOWEST # define BOOST_NO_NUMERIC_LIMITS_LOWEST
#endif #endif
#if !defined(_HAS_TR1_IMPORTS) && !defined(BOOST_NO_0X_HDR_TUPLE) #if (!defined(_HAS_TR1_IMPORTS) || (_HAS_TR1_IMPORTS+0 == 0)) && !defined(BOOST_NO_0X_HDR_TUPLE)
# define BOOST_NO_0X_HDR_TUPLE # define BOOST_NO_0X_HDR_TUPLE
#endif #endif
// //