File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ ABI Affecting Changes
144
144
---------------------
145
145
146
146
- The symbol of a non-visible function part of ``std::system_error `` was removed.
147
- This is not a breaking change as the private function ``__init `` was never referenced internally outside of the dylib
147
+ This is not a breaking change as the private function ``__init `` was never referenced internally outside of the dylib.
148
148
149
149
- This release of libc++ added missing visibility annotations on some types in the library. Users compiling with
150
150
``-fvisbility=hidden `` may notice that additional type infos from libc++ are being exported from their ABI. This is
@@ -159,7 +159,7 @@ ABI Affecting Changes
159
159
extremely rare. Any error resulting from this change should result in a link-time error.
160
160
161
161
- Under the unstable ABI, the internal alignment requirements for heap allocations
162
- inside ``std::string `` has decreased from 16 to 8 This save memory since string requests fewer additional
162
+ inside ``std::string `` has decreased from 16 to 8. This saves memory since string requests fewer additional
163
163
bytes than it did previously. However, this also changes the return value of ``std::string::max_size ``
164
164
and can cause code compiled against older libc++ versions but linked at runtime to a new version
165
165
to throw a different exception when attempting allocations that are too large
You can’t perform that action at this time.
0 commit comments