[libcxx-commits] [libcxx] [libc++][NFC] Status page: fix minor formatting issues (PR #83969)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 5 03:46:16 PST 2024


================
@@ -41,7 +41,7 @@ Implemented Papers
 - P2637R3 - Member ``visit``
 - P2652R2 - Disallow User Specialization of ``allocator_traits``
 - P2819R2 - Add ``tuple`` protocol to ``complex``
-- P2495R3 - Interfacing ``stringstream``s with ``string_view``
+- P2495R3 - Interfacing ``stringstreams`` with ``string_view``
----------------
H-G-Hristov wrote:

https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#character-level-inline-markup-1
The white space shouldn't be necessary. This should be enough:
> \``stringstream\``\s

https://github.com/llvm/llvm-project/pull/83969


More information about the libcxx-commits mailing list