C++17 reached Draft status in March 2017. Cool features include:
- nested namespaces (namespace X::Y {}, instead of namespace X { namespace y {}})
- initializer in if statement (i.e. instead of if (condition), then if ( init; condition)
- guaranteed copy elision by compilers in some cases
No comments:
Post a Comment