Skip to content

Commit ee2ec56

Browse files
authored
Merge pull request #415 from boostorg/Wundef
Fix -Wundef in configuration
2 parents 985668a + 0d025f5 commit ee2ec56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/test/detail/config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class type_info;
136136
#define BOOST_PP_VARIADICS 1
137137
#endif
138138

139-
#if BOOST_CLANG
139+
#ifdef BOOST_CLANG
140140
#define BOOST_PP_VARIADICS 1
141141
#endif
142142

0 commit comments

Comments
 (0)