Skip to content

Commit 1b0c11b

Browse files
authored
[support.srcloc.class] Highlight unspecified properties (#3309)
of the source_location constructors and copy assignment operators.
1 parent aed2cbc commit 1b0c11b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/support.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3185,6 +3185,9 @@
31853185
\begin{note}
31863186
The intent of \tcode{source_location} is
31873187
to have a small size and efficient copying.
3188+
It is unspecified
3189+
whether the copy/move constructors and the copy/move assignment operators
3190+
are trivial and/or constexpr.
31883191
\end{note}
31893192

31903193
\pnum

0 commit comments

Comments
 (0)