Skip to content

Commit adcf0fd

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[allocator.traits.members] Spaces around operator /
1 parent dad1870 commit adcf0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/memory.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@
16601660
\pnum
16611661
\returns
16621662
\tcode{a.max_size()} if that expression is well-formed; otherwise,
1663-
\tcode{numeric_limits<size_type>::\brk{}max()/sizeof(value_type)}.
1663+
\tcode{numeric_limits<size_type>::\brk{}max() / sizeof(value_type)}.
16641664
\end{itemdescr}
16651665

16661666
\indexlibrarymember{select_on_container_copy_construction}{allocator_traits}%

0 commit comments

Comments
 (0)