File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ Boost 1.86.0
2
+
3
+ * Support for GCC versions older than version 5.0 is deprecated and ** will stop
4
+ in Boost 1.88.0** .
5
+ * ` source_location ` parameter was added to throwing accessor functions.
6
+ * Parse option to tolerate invalid UTF-16 surrogate pairs, and
7
+ produce [ WTF-8] ( https://simonsapin.github.io/wtf-8/ ) .
8
+ * Added accessor functions that return ` system::result ` .
9
+ * Handle missing error case in direct parsing.
10
+
1
11
Boost 1.85.0
2
12
3
13
* Boost.Endian is now used to deal with endianness.
Original file line number Diff line number Diff line change 11
11
12
12
[/-----------------------------------------------------------------------------]
13
13
14
+ [heading Boost 1.86.0]
15
+
16
+ [*Deprecation]
17
+
18
+ * Support for GCC versions older than version 5.0 is deprecated and [*will stop
19
+ in Boost 1.88.0].
20
+
21
+ [*API Changes]
22
+
23
+ * [issue 941] `source_location` parameter was added to throwing
24
+ accessor functions.
25
+
26
+ [*New Features]
27
+
28
+ * [issue 940] Parse option to tolerate invalid UTF-16 surrogate pairs, and
29
+ produce [@https://simonsapin.github.io/wtf-8/ WTF-8].
30
+ * [issue 941] Added accessor functions that return `system::result`.
31
+
32
+ [*Fixes]
33
+
34
+ * Handle missing error case in direct parsing.
35
+
14
36
[heading Boost 1.85.0]
15
37
16
38
[*New Dependencies]
You can’t perform that action at this time.
0 commit comments