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 5204fa2 commit fad4e63Copy full SHA for fad4e63
test/benchmark_u128.cpp
@@ -34,7 +34,7 @@
34
#include <functional>
35
#include <numeric>
36
37
-#if defined(__cpp_lib_gcd_lcm) && __cpp_lib_gcd_lcm >= 201606L
+#if defined(__cpp_lib_gcd_lcm) && __cpp_lib_gcd_lcm >= 201606L && (!defined(__STRICT_ANSI__) || (defined(__GNUC__) && __GNUC__ >= 13)) && !defined(BOOST_INT128_HAS_MSVC_INTERNAL_I128)
38
# define BOOST_INT128_BENCHMARK_BUILTIN_GCD
39
#endif
40
0 commit comments