TypeTraits: Remove definition of macro for obsolete GCC.

[SVN r86075]
This commit is contained in:
Stephen Kelly
2013-09-30 16:01:16 +00:00
parent 95587ab589
commit df4224484f

View File

@ -44,14 +44,6 @@
# define BOOST_TT_HAS_CONFORMING_IS_CLASS_IMPLEMENTATION 1
#endif
//
// Define BOOST_TT_NO_ELLIPSIS_IN_FUNC_TESTING
// when we can't test for function types with elipsis:
//
#if BOOST_WORKAROUND(__GNUC__, < 3)
# define BOOST_TT_NO_ELLIPSIS_IN_FUNC_TESTING
#endif
//
// define BOOST_TT_TEST_MS_FUNC_SIGS
// when we want to test __stdcall etc function types with is_function etc