From 4ea32185c558b280e9a4b4775a13230bb4bb9e86 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Thu, 21 Aug 2025 10:45:56 +0800 Subject: [PATCH] [stringbuf.members] Remove `// exposition only` from `{itemdecl}` --- source/iostreams.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index 7381d9c351..edbd0554b0 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -8416,7 +8416,7 @@ (except for those characters re-initialized by the new \tcode{basic_string}). \begin{itemdecl} -void @\exposid{init-buf-ptrs}@(); // \expos +void @\exposid{init-buf-ptrs}@(); \end{itemdecl} \begin{itemdescr}