Skip to content

Commit 3951eca

Browse files
committed
[vector.bool] Fix wording - change "variable template" to "expression"
1 parent dd33c03 commit 3951eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9293,9 +9293,9 @@
92939293

92949294
\begin{itemdescr}
92959295
\pnum
9296-
The variable template
9296+
The expression
92979297
\tcode{\exposid{is-vector-bool-reference}<T>} is \tcode{true}
9298-
if \tcode{T} denotes the type \tcode{vector<bool, Alloc>::reference}
9298+
if \tcode{T} denotes the type \tcode{vector<bool, Alloc>::\linebreak{}reference}
92999299
for some type \tcode{Alloc} and
93009300
\tcode{vector<bool, Alloc>} is not a program-defined specialization.
93019301
\end{itemdescr}

0 commit comments

Comments
 (0)