We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b2685 commit ac7cb6fCopy full SHA for ac7cb6f
include/ctre/literals.hpp
@@ -31,7 +31,7 @@ namespace literals {
31
#ifdef __INTEL_COMPILER
32
// not enable literals
33
#elif defined __GNUC__
34
-#if not(__GNUC__ == 9 || __GNUC__ == 10)
+#if not(__GNUC__ == 9)
35
#define CTRE_ENABLE_LITERALS
36
#endif
37
single-header/ctre.hpp
@@ -3670,7 +3670,7 @@ namespace literals {
3670
3671
3672
3673
3674
3675
3676
0 commit comments