2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 07:02:12 +00:00

using the macro from the header

This commit is contained in:
Raffi Enficiaud
2014-12-16 21:21:59 +01:00
parent 852f656d00
commit b22059fc05

View File

@@ -38,8 +38,8 @@
# define BOOST_TEST_FWD( a ) BOOST_TEST( a )
#endif
#ifndef BOOST_NO_CXX11_DECLTYPE
// internal define
#ifndef BOOST_TEST_FWD_ITERABLE_CXX03
// some broken compilers do not implement properly decltype on expressions
// partial implementation of is_forward_iterable when decltype not available