Comment 4 for bug 1477299

Revision history for this message
Matthias Klose (doko) wrote :

> Even through std=c++11 is the new default, right?

No. still the same as in 4.9. GCC 6 (currently gcc-snapshot) will default to c++14. For GCC 5, please use a standard explicitly, if you need it.