Dear Wiki user, You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification.
The following page has been changed by EricLemings: http://wiki.apache.org/stdcxx/CompilerRequirements The comment on the change is: Explicate usage of such features when writing new code. ------------------------------------------------------------------------------ - The list below contains a proposed set of compiler requirements for future releases of the Apache C++ Standard Library. These requirements are features that were not ubiquitous across compilers in the past as they are in modern compilers. As such, the corresponding configuration checks for such features will be deprecated or become inactive in upcoming releases. + The list below contains a proposed set of compiler requirements for future releases of the Apache C++ Standard Library. These requirements are features that were not ubiquitous across compilers in the past as they are in modern compilers. As such, the corresponding configuration checks for such features can be ignored and feature support can be safely assumed when writing new code. * Explicit template instantiation * Empty member initialization
