We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a6031 commit 99ff242Copy full SHA for 99ff242
1 file changed
test/cfg/boost.cpp
@@ -84,11 +84,10 @@ void throwexception2(int * buf)
84
85
void macros()
86
{
87
- #define DECL(z, n, text) text ## n = n;
+#define DECL(z, n, text) text ## n = n;
88
BOOST_PP_REPEAT(5, DECL, int x)
89
90
- BOOST_SCOPED_ENUM_DECLARE_BEGIN(future_errc)
91
- {
+ BOOST_SCOPED_ENUM_DECLARE_BEGIN(future_errc) {
92
no_state
93
}
94
BOOST_SCOPED_ENUM_DECLARE_END(future_errc)
0 commit comments