Skip to content

Commit 9a0f512

Browse files
committed
Fix compatibility with gcc 4.6
1 parent d95a2df commit 9a0f512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/0006-Fix-keywords-override-final-and-nullptr.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ index 014e4fa1..df49612a 100644
6262
+ #define GCC_VERSION (__GNUC__ * 10000 \
6363
+ + __GNUC_MINOR__ * 100 \
6464
+ + __GNUC_PATCHLEVEL__)
65-
+ #if GCC_VERSION < 40500
65+
+ #if GCC_VERSION < 40600
6666
+ #define nullptr NULL
6767
+ // just consume them
6868
+ #define override

0 commit comments

Comments
 (0)