mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Build Failure on Linux with Python 3.3 and gcc 4.6.3 #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wbond on GitHub (Sep 22, 2015).
Is this due to having an older version of GCC?
@fcharlie commented on GitHub (Sep 23, 2015):
This class ,override is a c++11 key word
Support "override" keyword require GCC 4.7 or later
Explicit virtual overrides N2928 N3206 N3272 GCC 4.7
https://gcc.gnu.org/projects/cxx0x.html