mirror of
https://github.com/boostorg/test.git
synced 2026-02-19 14:52:09 +00:00
Removed usage of deprecated macros in Boost.Test
[SVN r81568]
This commit is contained in:
@@ -649,7 +649,7 @@ public:
|
||||
int operator&() { return 10; }
|
||||
};
|
||||
|
||||
#ifndef BOOST_NO_DECLTYPE
|
||||
#ifndef BOOST_NO_CXX11_DECLTYPE
|
||||
#define BOOST_TEST_FWD_1(P,M) BOOST_TEST(P)
|
||||
#define BOOST_TEST_FWD_3(P,M) BOOST_TEST(P)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user