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 8418955 commit 9612175Copy full SHA for 9612175
libcxx/docs/Hardening.rst
@@ -341,7 +341,7 @@ Vendors can use the following ABI options to enable additional hardening checks:
341
342
ABI impact: changes the iterator type of ``vector`` (except ``vector<bool>``).
343
344
-- ``_LIBCPP_ABI_BOUNDED_UNIQUE_PTR``` -- tracks the bounds of the array stored inside
+- ``_LIBCPP_ABI_BOUNDED_UNIQUE_PTR`` -- tracks the bounds of the array stored inside
345
a ``std::unique_ptr<T[]>``, allowing it to trap when accessed out-of-bounds. This
346
requires the ``std::unique_ptr`` to be created using an API like ``std::make_unique``
347
or ``std::make_unique_for_overwrite``, otherwise the bounds information is not available
0 commit comments