We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95a2df commit 9a0f512Copy full SHA for 9a0f512
patches/0006-Fix-keywords-override-final-and-nullptr.patch
@@ -62,7 +62,7 @@ index 014e4fa1..df49612a 100644
62
+ #define GCC_VERSION (__GNUC__ * 10000 \
63
+ + __GNUC_MINOR__ * 100 \
64
+ + __GNUC_PATCHLEVEL__)
65
-+ #if GCC_VERSION < 40500
++ #if GCC_VERSION < 40600
66
+ #define nullptr NULL
67
+ // just consume them
68
+ #define override
0 commit comments