2
0
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:
Marshall Clow
2012-11-26 18:31:42 +00:00
parent 8c598cd8df
commit 51af202d13
3 changed files with 7 additions and 7 deletions

View File

@@ -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