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
* function template default arguments

I updated <
https://developer.mozilla.org/en-US/docs/Using_CXX_in_Mozilla_code>
accordingly.

Cheers,
-- 
Ehsan
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to