updated intro/whatsnew.yo

This commit is contained in:
Frank B. Brokken 2017-01-28 13:56:45 +01:00
parent b45a35598f
commit d6613e2f37
2 changed files with 5 additions and 1 deletions

View file

@ -76,5 +76,5 @@ IFDEF(html)(
lsubsect(FunctionInStruct)(Functions as part of a struct) lsubsect(FunctionInStruct)(Functions as part of a struct)
includefile(intro/struct) includefile(intro/struct)
subsect(Upcoming C++17 features) lsubsect(CXVII)(Upcoming C++17 features)
includefile(intro/c17features) includefile(intro/c17features)

View file

@ -9,6 +9,10 @@ COMMENT(
standard also adds em(fold expressions)to the language: covered in standard also adds em(fold expressions)to the language: covered in
a sub-section of section ref(VARIADIC). a sub-section of section ref(VARIADIC).
END) END)
it() Version 10.7.0 adds various sections about the upcoming new C++17
standard (cf. section ref(CXVII)). In addition, the sections about
overloading binary operators and adding binary operators to existing
classes were rewritten.
it() Version 10.6.0 adds a section (Lvalues, rvalues and more) introducing it() Version 10.6.0 adds a section (Lvalues, rvalues and more) introducing
some new terms in addition to the familiar terms `lvalue and rvalue'; some new terms in addition to the familiar terms `lvalue and rvalue';
adds a new section (Standard Exceptions: to use or not to use?) about adds a new section (Standard Exceptions: to use or not to use?) about