Supported Compilers / C++11 Support in KF5
Johannes Sixt
j.sixt at viscovery.net
Mon Jul 22 07:38:12 BST 2013
Am 7/21/2013 13:52, schrieb Rolf Eike Beer:
> Explicit virtual overrides require g++ 4.7:
>
> http://gcc.gnu.org/projects/cxx0x.html
>
> This is trivially to work around by a CMake time check and then just define
> override to empty.
Not so. 'override' is a legal identifier, not a pure keyword. By defining
it away, you break existing code that uses the name for something else.
-- Hannes
More information about the kde-core-devel
mailing list