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 7a6e217 commit 477cb89Copy full SHA for 477cb89
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 && (!defined(__STRICT_ANSI__) || (defined(__GNUC__) && __GNUC__ >= 13)) && !defined(BOOST_INT128_HAS_MSVC_INTERNAL_I128)
+#if defined(__cpp_lib_gcd_lcm) && __cpp_lib_gcd_lcm >= 201606L && !defined(__STRICT_ANSI__) && !defined(BOOST_INT128_HAS_MSVC_INTERNAL_I128)
38
# define BOOST_INT128_BENCHMARK_BUILTIN_GCD
39
#endif
40
0 commit comments