forked from boostorg/type_traits
TypeTraits: Remove definition of macro for obsolete GCC.
[SVN r86075]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user