From 98e70a74be95b459297b288c001a7b2c95d37fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Fri, 16 Dec 2022 17:19:08 +0000 Subject: [PATCH 1/2] [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". --- source/concepts.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/concepts.tex b/source/concepts.tex index e0035ecf2e..956bf2c9ea 100644 --- a/source/concepts.tex +++ b/source/concepts.tex @@ -833,7 +833,7 @@ \begin{itemdescr} \pnum If \tcode{T} is an object type, then let \tcode{v} be an lvalue of type -(possibly \keyword{const}) \tcode{T} or an rvalue of type \tcode{const T}. +\tcode{T} or \tcode{\keyword{const} T} or an rvalue of type \tcode{const T}. \tcode{T} models \libconcept{copy_constructible} only if \begin{itemize} From 502c578a7949b2cdcc9371bd73519262ccca9657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Fri, 16 Dec 2022 17:23:16 +0000 Subject: [PATCH 2/2] Update source/concepts.tex Co-authored-by: Jonathan Wakely --- source/concepts.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/concepts.tex b/source/concepts.tex index 956bf2c9ea..915a6677a9 100644 --- a/source/concepts.tex +++ b/source/concepts.tex @@ -833,7 +833,7 @@ \begin{itemdescr} \pnum If \tcode{T} is an object type, then let \tcode{v} be an lvalue of type -\tcode{T} or \tcode{\keyword{const} T} or an rvalue of type \tcode{const T}. +\tcode{T} or \tcode{\keyword{const} T} or an rvalue of type \tcode{\keyword{const} T}. \tcode{T} models \libconcept{copy_constructible} only if \begin{itemize}