Ready for 12.4.0

This commit is contained in:
Frank B. Brokken 2023-08-15 09:40:39 -07:00
parent 11af838f95
commit 712e82bfc5
2 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,15 @@
C++-annotations (12.4.0 WIP)
C++-annotations (12.4.0)
* [WIP] Added the multi-index index operator, available since c++-23
* Added the multi-index index operator, available since c++-23.
* Typo corrections
* Covered std::byte and an alternative implementation.
* Updated the description of how to implement class constructors that may
throw exceptions.
* Typo corrections.
-- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 15 Aug 2023 09:39:01 -0700
C++-annotations (12.3.1)

View file

@ -6,7 +6,9 @@ and entries referring to older releases are removed.
it() Version 12.4.0 adds a section about the tt(std::byte) type
(cf. chapter ref(FirstImpression)), offers an alternative
implementation (cf. section ref(BYTE)), and covers the definition of
multi-argument index operators (chapter ref(OVERLOADING)).
multi-argument index operators (chapter ref(OVERLOADING)). The
description of how to implement class constructors that may throw
exceptions was updated (cf. section ref(CONSEXCEPTIONS)).
it() Version 12.3.0 updates and reorganizes the coverage of the generic
algorithms, fixes many typos and unclarities in the Annotations' text,
removed superfluous sections since C++20, and adds an overview of