mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-17 14:32:07 +02:00
Bug fix: missing type in TEST() macro.
[SVN r12174]
This commit is contained in:
@ -14,5 +14,5 @@
|
|||||||
|
|
||||||
#include <boost/preprocessor/cat.hpp>
|
#include <boost/preprocessor/cat.hpp>
|
||||||
|
|
||||||
#define TEST(C) typedef BOOST_PP_CAT(test_,__LINE__)[((C)==1) ? 1 : -1];
|
#define TEST(C) typedef int BOOST_PP_CAT(test_,__LINE__)[((C)==1) ? 1 : -1];
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user