Skip to content

Commit 72f1bb1

Browse files
committed
[allocator.requirements] Use code font when referring to std::array
1 parent a43c2b3 commit 72f1bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@
19291929
difference, the type of the size of objects in this allocation model, as well
19301930
as the memory allocation and deallocation primitives for it. All of the
19311931
string types\iref{strings},
1932-
containers\iref{containers} (except array),
1932+
containers\iref{containers} (except \tcode{array}),
19331933
string buffers and string streams\iref{input.output}, and
19341934
\tcode{match_results}\iref{re} are parameterized in terms of
19351935
allocators.

0 commit comments

Comments
 (0)