We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4873244 commit e1dc554Copy full SHA for e1dc554
include/GUnit/GAssert.h
@@ -207,7 +207,7 @@ void prevent_commas(T&&) {}
207
} // namespace testing
208
209
#define GUNIT_PREVENT_COMMAS(...) \
210
- decltype(testing::detail::prevent_commas(__VA_ARGS__))()
+ decltype(::testing::detail::prevent_commas(__VA_ARGS__))()
211
212
#define EXPECT_IMPL(...) \
213
(::testing::detail::op<std::true_type>{ \
0 commit comments