Skip to content

Commit d81c171

Browse files
authored
[obj.lifetime] Dehyphenate trivially-copyable (#6592)
1 parent dc597fa commit d81c171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/memory.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@
902902
The object representation of \placeholder{a}
903903
is the contents of the storage prior to the call to \tcode{start_lifetime_as}.
904904
The value of each created object \placeholder{o}
905-
of trivially-copyable type \tcode{U}
905+
of trivially copyable type\iref{term.trivially.copyable.type} \tcode{U}
906906
is determined in the same manner as for a call
907907
to \tcode{bit_cast<U>(E)}\iref{bit.cast},
908908
where \tcode{E} is an lvalue of type \tcode{U} denoting \placeholder{o},

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
that is not a cv-unqualified floating-point type\iref{basic.fundamental}
195195
is unspecified.
196196
Specializations of \tcode{complex} for cv-unqualified floating-point types
197-
are trivially-copyable literal types\iref{term.literal.type}.
197+
are trivially copyable literal types\iref{term.literal.type}.
198198

199199
\pnum
200200
If the result of a function is not mathematically defined or not in

0 commit comments

Comments
 (0)