mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
Ready for 12.4.0
This commit is contained in:
parent
11af838f95
commit
712e82bfc5
2 changed files with 12 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue