Ready for 10.7.2

This commit is contained in:
Frank B. Brokken 2017-02-12 14:40:43 +01:00
parent ac4918a7a9
commit 91d0e07755
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@ C++-annotations (10.7.2)
to call a static member function defined in a (base) class template from a
class template that is derived from that (base) class template.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 12 Feb 2017 14:22:58 +0100
C++-annotations (10.7.1)

View file

@ -9,6 +9,8 @@ COMMENT(
standard also adds em(fold expressions)to the language: covered in
a sub-section of section ref(VARIADIC).
END)
it() Version 10.7.2 contains a complete rewrite and re-implementation of
the section on adding binary operators to classes.
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