Skip to content

Commit 714621e

Browse files
committed
P0898R3 Standard Library Concepts: full wording
[concepts] Shorten stable names: * Remove ".lib" * Replace "concepts." with "concept." in the stable names of the subclauses that define specific concepts, and remove the "collection" tags (".corelang", ".object", ".compare", ".callable") so e.g. [concepts.lib.corelang.same] becomes [concept.same] * Replace ".corelang" with ".lang" * Rename [concepts.lib.synopsis] to [concepts.syn] * Rename [concepts.lib.general.equality] to [concepts.equality] and move up one level to avoid hanging paragraphs * Merge [concept.signed.int] and [concept.unsigned.int] into [concept.integral] [concepts.lang] Retitle as "Language-related concepts"
1 parent 0d5581e commit 714621e

File tree

7 files changed

+1760
-171
lines changed

7 files changed

+1760
-171
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3108,7 +3108,7 @@
31083108
\begin{note}
31093109
For the overloads with an \tcode{ExecutionPolicy}, there may be a performance
31103110
cost if \tcode{iterator_traits<ForwardIterator1>::value_type} is not
3111-
\oldconcept{Move\-Constructible} (\tref{moveconstructible}).
3111+
\oldconcept{\-Move\-Constructible} (\tref{moveconstructible}).
31123112
\end{note}
31133113

31143114
\pnum

0 commit comments

Comments
 (0)