We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f640e commit 70efd4bCopy full SHA for 70efd4b
1 file changed
CHANGELOG.adoc
@@ -5,6 +5,22 @@
5
6
include::doc/pages/definitions.adoc[]
7
8
+== Boost 1.91.0
9
+
10
+.Improvements
11
+* {issue}1146[#1146] Changed <<ref_value>> construction from
12
+ `std::initializer_list` to use <<ref_value_from>>. This allows constructing
13
+ `value` from user-defined types.
14
+* {issue}1140[#1140] Changed <<ref_value_to>> to construct tuples using curly
15
+ braces. This adds support for more tuple-like types.
16
17
+.Fixes
18
+* {issue}1143[#1143] Changed <<ref_visit>> to always pass references to
19
+ persistent objects. This is particularly important when the visitor is a
20
+ coroutine.
21
+* {issue}1129[#1129] Fixed direct parsing of unexpected arrays in nested
22
+ described structs.
23
24
== Boost 1.90.0
25
26
.API Changes
0 commit comments