mirror of
https://github.com/boostorg/type_index.git
synced 2025-07-31 04:47:17 +02:00
Do not define BOOST_TEST_*E macros, as they are now defined in boost/core/lightweight_test.hpp
This commit is contained in:
@ -12,8 +12,6 @@
|
||||
#include <string>
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#define BOOST_TEST_LE(x, y) BOOST_TEST(x <= y)
|
||||
#define BOOST_TEST_GE(x, y) BOOST_TEST(x >= y)
|
||||
|
||||
const char* hello1 = "Hello word";
|
||||
const char* hello1_end = hello1 + sizeof("Hello word");
|
||||
|
@ -10,9 +10,6 @@
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#define BOOST_TEST_LE(x, y) BOOST_TEST(x <= y)
|
||||
#define BOOST_TEST_GE(x, y) BOOST_TEST(x >= y)
|
||||
|
||||
|
||||
namespace my_namespace1 {
|
||||
class my_class{};
|
||||
|
Reference in New Issue
Block a user