Skip to content

Commit 9c32eac

Browse files
committed
[concept.copyconstructible] Avoid "possibly \tcode{const}"
A small rewrite avoids the phrase "possibly \tcode{const}", which we would like to remove entirely in favour of just "possibly const".
1 parent ae88bb5 commit 9c32eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/concepts.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
\begin{itemdescr}
834834
\pnum
835835
If \tcode{T} is an object type, then let \tcode{v} be an lvalue of type
836-
(possibly \keyword{const}) \tcode{T} or an rvalue of type \tcode{const T}.
836+
\tcode{T} or \tcode{\keyword{const} T} or an rvalue of type \tcode{const T}.
837837
\tcode{T} models \libconcept{copy_constructible} only if
838838

839839
\begin{itemize}

0 commit comments

Comments
 (0)