On Thu, Nov 03, 2016 at 05:50:27PM +0000, coypu%SDF.ORG@localhost wrote: > Also note, proper C++11 support came to gcc 4.9 , and well... > we made a release with the version *just* before it on netbsd. > so we really like when things require just gcc 4.8, and not 4.9. That's wrong. Depending on which part of C++11 you need, anything from ~4.6 to ~5.2 is valid. Joerg