Skip to content

Commit e1dc554

Browse files
Ben Goodwynkris-jusiak
authored andcommitted
Disambiguate testing namespace in GUNIT_PREVENT_COMMAS
1 parent 4873244 commit e1dc554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/GUnit/GAssert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ void prevent_commas(T&&) {}
207207
} // namespace testing
208208

209209
#define GUNIT_PREVENT_COMMAS(...) \
210-
decltype(testing::detail::prevent_commas(__VA_ARGS__))()
210+
decltype(::testing::detail::prevent_commas(__VA_ARGS__))()
211211

212212
#define EXPECT_IMPL(...) \
213213
(::testing::detail::op<std::true_type>{ \

0 commit comments

Comments
 (0)