VS2013: improved C++11 conformance
Stephan Bergmann
sbergman at redhat.com
Mon Oct 13 06:51:03 PDT 2014
On 10/12/2014 11:31 AM, David Ostrovsky wrote:
> Recently compiler baseline was raised to VS 2012 to use improved C++11
> conformance. It turns out that VS2013 has much more C++11 features [1]:
>
> * Default template arguments for function templates
> * Delegating constructors
> * Explicit conversion operators
> * Initializer lists and uniform initialization
> * Raw string literals
> * Variadic templates
Indeed, from
<http://msdn.microsoft.com/library/vstudio/hh567368%28v=vs.120%29.aspx>
"Support For C++11 Features (Modern C++)" it looks like what is
advertised as available in "11.0 nov'12" at
<http://wiki.apache.org/stdcxx/C++0xCompilerSupport> would mean MSVC
2013 rather than a fully patched MSVC 2012. :(
Stephan
More information about the LibreOffice
mailing list