https://github.com/OpenImageIO/oiio/pull/1344
Anybody have objections to this? Master only -- stable releases are not affected. In anticipation of the current master (future 1.7) some day becoming C++11 minimum, we are now changing the default build to C++11. It still builds fine with C++03 (though that could change at any time), it just means that you need to explicitly build 'make USE_CPP11=0' or 'cmake -DOIIO_BUILD_CPP11=0'. The idea is that the requirement for the explicit flag will make it so that everybody is aware they are living on borrowed time, so there is no drama when that option disappears in the coming months. There is a similar change in review for OSL's master development branch as well. (Apologies if you're seeing this in both places.) -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
