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 5d6d46e commit 83e8698Copy full SHA for 83e8698
src/FixMath_Autotests.h
@@ -8,7 +8,7 @@
8
*
9
*/
10
11
-#if (defined(__GNUC__) && (__GNUC__ < 12)) || (__cplusplus >= 202002L)
+#if (defined(__GNUC__) && (__GNUC__ < 10)) || (__cplusplus >= 202002L)
12
// Bit-shifting negative number has not been formally defined behavior before C++ 2020, but rather technically "implementation defined". It thus
13
// could not be used in constexpr statements (although working quite fine, at runtime).
14
// At the time of this writing (07/2024), we do not have a c++ 2020 compiler running in our automated test workflow. However, older versions of GCC
0 commit comments