We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8a342 commit 52406dfCopy full SHA for 52406df
2 files changed
doc/array.adoc
@@ -19,6 +19,7 @@ Nicolai M. Josuttis
19
:leveloffset: +1
20
21
include::array/introduction.adoc[]
22
+include::array/changes.adoc[]
23
include::array/reference.adoc[]
24
include::array/design_rationale.adoc[]
25
include::array/information.adoc[]
doc/array/changes.adoc
@@ -0,0 +1,16 @@
1
+////
2
+Copyright 2025 Peter Dimov
3
+Distributed under the Boost Software License, Version 1.0.
4
+http://www.boost.org/LICENSE_1_0.txt
5
6
+
7
+[#changes]
8
+# Revision History
9
+:toc:
10
+:toc-title:
11
+:idprefix:
12
13
+## Changes in 1.88.0
14
15
+* Converted documentation to AsciiDoc (Christian Mazakas).
16
+* Added `noexcept` and `constexpr` as appropriate.
0 commit comments