File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
> =3.5.0, it is no longer needed. As far as we can tell, no package was
12
12
actively using this (#332 ).
13
13
14
- * cpp11 now creates one protection list per compilation unit, rather than one global
15
- protection list shared across compilation units and across packages. This greatly
16
- reduces the complexity of managing the protection list state and should make it easier
17
- to make changes to the protection list structure in the future without breaking packages
18
- compiled with older versions of cpp11 (#330 ).
14
+ * cpp11 now creates one protection list per compilation unit, rather than one
15
+ global protection list shared across compilation units and across packages.
16
+ This greatly reduces the complexity of managing the protection list state and
17
+ should make it easier to make changes to the protection list structure in the
18
+ future without breaking packages compiled with older versions of cpp11 (#330 ).
19
19
20
20
* Nested calls to ` cpp11::unwind_protect() ` are no longer supported or
21
21
encouraged. Previously, this was something that could be done for performance
You can’t perform that action at this time.
0 commit comments