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 b2d37cc commit 178ba22Copy full SHA for 178ba22
docs/src/building.md
@@ -180,7 +180,7 @@ You should be aware of two incompatibilities in particular:
180
achieved by appropriately setting the `_GLIBCXX_USE_CXX11_ABI` macro.
181
182
This means that when building with GCC a C++ library or program which exposes
183
- the `std::string` ABI, you must make sure that the user whill run a binary
+ the `std::string` ABI, you must make sure that the user will run a binary
184
matching their `std::string` ABI. You can manually specify the `std::string`
185
ABI in the `compiler_abi` part of the platform, but `BinaryBuilder` lets you
186
automatically expand the list of platform to include an entry for the C++03
0 commit comments