Heads up: glibmm/gtkmm now requires -std=c++11

Kevin Kofler kevin.kofler at chello.at
Sun Oct 4 02:08:13 UTC 2015


Kalev Lember wrote:
> The fix is simple: make sure -std=c++11 is passed to the compiler.

The default is gnu++98, so if you were using the default, you probably want 
gnu++11 instead. c++11 is strict C++11 without GNU extensions.

        Kevin Kofler



More information about the devel mailing list