File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ Boost 1.85.0
2+
3+ * Boost.Endian is now used to deal with endianness.
4+ * Aliases to Boost.System and Boost.Container components are deprecated and
5+ will be completely removed in 1.87.0.
6+ * Conversion of described classes supports private members
7+ * Rvalue reference overload for ` visit ` .
8+ * Add conversion support for path-like types.
9+ * Parsing into described classes correctly considers inherited members.
10+ * Conversion of self-referential sequences is disabled.
11+ * Fixed reference handling in visit.
12+
113Boost 1.84.0
214
315* Add a conversion category for variants.
Original file line number Diff line number Diff line change 1111
1212[/-----------------------------------------------------------------------------]
1313
14+ [heading Boost 1.85.0]
15+
16+ [*New Dependencies]
17+
18+ * [issue 915] Boost.Endian is now used to deal with endianness.
19+
20+ [*API Changes]
21+
22+ * [issue 881] Aliases to Boost.System and Boost.Container components are
23+ deprecated and [*will be completely removed in 1.87.0].
24+
25+ [*New Features]
26+
27+ * [issue 979] Conversion of described classes supports private members
28+
29+ * [issue 979] Rvalue reference overload for `visit`.
30+
31+ * [issue 977] Add conversion support for path-like types.
32+
33+ [*Fixes]
34+
35+ * [issue 988] Parsing into described classes correctly considers inherited
36+ members.
37+
38+ * [issue 975] Conversion of self-referential sequences is disabled.
39+
40+ * [issue 952] Fixed reference handling in visit.
41+
1442[heading Boost 1.84.0]
1543
1644[*API Changes]
You can’t perform that action at this time.
0 commit comments