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

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to