7 ms·
tl;dr these features were FINALLY added to the Visual C++ Compiler, currently available as a Customer Technology Preview release: Variadic templates Raw strin
by marksands07 14y ago
tl;dr these features were FINALLY added to the Visual C++ Compiler, currently available as a Customer Technology Preview release:
Variadic templates
Raw string literals
Explicit conversion operators
Default template arguments for function templates
Delegating constructors
Uniform initialization
- frozenport 14y agothanks for the explanation!