Files
boost_unordered/test/unordered/self_include_tests_obj.cpp

10 lines
251 B
C++
Raw Permalink Normal View History

#ifndef BOOST_UNORDERED_HEADER
#error "this test requires a class template be passed as a macro"
#endif
#define STRINGIZE(text) STRINGIZE_I(text)
#define STRINGIZE_I(...) #__VA_ARGS__
#define HEADER STRINGIZE(BOOST_UNORDERED_HEADER)
#include HEADER