Skip to content

Commit 07e02a8

Browse files
jensmaurertkoeppe
authored andcommitted
[expected.object.assign] Add missing 'Returns: *this'
1 parent 67ebb43 commit 07e02a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/utilities.tex

+8
Original file line numberDiff line numberDiff line change
@@ -7760,6 +7760,10 @@
77607760
Then, if no exception was thrown,
77617761
equivalent to: \tcode{\exposid{has_val} = rhs.has_value(); return *this;}
77627762

7763+
\pnum
7764+
\returns
7765+
\tcode{*this}.
7766+
77637767
\pnum
77647768
\remarks
77657769
This operator is defined as deleted unless:
@@ -7822,6 +7826,10 @@
78227826
Then, if no exception was thrown,
78237827
equivalent to: \tcode{has_val = rhs.has_value(); return *this;}
78247828

7829+
\pnum
7830+
\returns
7831+
\tcode{*this}.
7832+
78257833
\pnum
78267834
\remarks
78277835
The exception specification is equivalent to:

0 commit comments

Comments
 (0)