Re: PSA: Support for building with Visual C++ 2012 removed from Gecko 37

2015-01-07 Thread Mike Hoye
On 2015-01-06 4:33 PM, Ehsan Akhgari wrote: I updated https://developer.mozilla.org/en-US/docs/Using_CXX_in_Mozilla_code accordingly. I've updated our Windows Build Prerequisites docs to reflect this change, and I'm passing this information on to our community channels.

PSA: Support for building with Visual C++ 2012 removed from Gecko 37

2015-01-06 Thread Ehsan Akhgari
I just landed bug to remove support for building with Visual C++ 2012 as per the previous dev-platform thread. This will make the following C++11 features available to use in Mozilla code: * variadic templates * initializer lists * =delete (we can probably remove MOZ_DELETE now) * =default *