Hacker News new | ask | show | jobs
by marksands07 4966 days 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

1 comments

thanks for the explanation!