Commit 425f224b authored by Dominik Charousset's avatar Dominik Charousset

Fix build on GCC 4.7

parent 73d03881
...@@ -612,7 +612,7 @@ using caf_test_case_auto_fixture = caf::test::dummy_fixture; ...@@ -612,7 +612,7 @@ using caf_test_case_auto_fixture = caf::test::dummy_fixture;
struct CAF_UNIQUE(test) : caf_test_case_auto_fixture { \ struct CAF_UNIQUE(test) : caf_test_case_auto_fixture { \
void run(); \ void run(); \
}; \ }; \
::caf::test::detail::adder<::caf::test::test_impl<CAF_UNIQUE(test)>> \ ::caf::test::detail::adder< ::caf::test::test_impl<CAF_UNIQUE(test)>> \
CAF_UNIQUE(a) {CAF_XSTR(CAF_SUITE), CAF_XSTR(name)}; \ CAF_UNIQUE(a) {CAF_XSTR(CAF_SUITE), CAF_XSTR(name)}; \
} /* namespace <anonymous> */ \ } /* namespace <anonymous> */ \
void CAF_UNIQUE(test)::run() void CAF_UNIQUE(test)::run()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment