forked from boostorg/config
Minor update for suffix.hpp; reordering some decls
[SVN r79401]
This commit is contained in:
@ -634,6 +634,12 @@ namespace std{ using ::type_info; }
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Set BOOST_NO_DECLTYPE_N3276 when BOOST_NO_DECLTYPE is defined
|
||||||
|
//
|
||||||
|
#if defined(BOOST_NO_CXX11_DECLTYPE) && !defined(BOOST_NO_CXX11_DECLTYPE_N3276)
|
||||||
|
#define BOOST_NO_CXX11_DECLTYPE_N3276 BOOST_NO_CXX11_DECLTYPE
|
||||||
|
#endif
|
||||||
|
|
||||||
// -------------------- Deprecated macros for 1.50 ---------------------------
|
// -------------------- Deprecated macros for 1.50 ---------------------------
|
||||||
// These will go away in a future release
|
// These will go away in a future release
|
||||||
@ -893,13 +899,5 @@ namespace std{ using ::type_info; }
|
|||||||
#define BOOST_HAS_VARIADIC_TMPL
|
#define BOOST_HAS_VARIADIC_TMPL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
|
||||||
// Set BOOST_NO_DECLTYPE_N3276 when BOOST_NO_DECLTYPE is defined
|
|
||||||
//
|
|
||||||
#if !defined(BOOST_NO_DECLTYPE_N3276) && defined(BOOST_NO_DECLTYPE)
|
|
||||||
#define BOOST_NO_DECLTYPE_N3276
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user