diff --git a/test/test.hpp b/test/test.hpp index 2694b5b..be5fbe2 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -14,5 +14,5 @@ #include -#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