Skip to content

Commit 1babfd9

Browse files
committed
Fix reference problems
1 parent 079b692 commit 1babfd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

papers/P2988/new-optional.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
\begin{itemdescr}
565565
\pnum
566566
\effects
567-
See \tref{optional.assign.copy}.
567+
See \tcode{optional.assign.copy}.
568568
\begin{lib2dtab2}{\tcode{optional::operator=(const optional\&)} effects}{optional.assign.copy}
569569
{\tcode{*this} contains a value}
570570
{\tcode{*this} does not contain a value}
@@ -615,7 +615,7 @@
615615

616616
\pnum
617617
\effects
618-
See \tref{optional.assign.move}.
618+
See \tcode{optional.assign.move}.
619619
The result of the expression \tcode{rhs.has_value()} remains unchanged.
620620
\begin{lib2dtab2}{\tcode{optional::operator=(optional\&\&)} effects}{optional.assign.move}
621621
{\tcode{*this} contains a value}
@@ -713,7 +713,7 @@
713713

714714
\pnum
715715
\effects
716-
See \tref{optional.assign.copy.templ}.
716+
See \tcode{optional.assign.copy.templ}.
717717
\begin{lib2dtab2}{\tcode{optional::operator=(const optional<U>\&)} effects}{optional.assign.copy.templ}
718718
{\tcode{*this} contains a value}
719719
{\tcode{*this} does not contain a value}
@@ -769,7 +769,7 @@
769769

770770
\pnum
771771
\effects
772-
See \tref{optional.assign.refcopy.templ}.
772+
See \tcode{optional.assign.refcopy.templ}.
773773
\begin{lib2dtab2}{\tcode{optional::operator=(const optional<U\&>\&)} effects}{optional.assign.refcopy.templ}
774774
{\tcode{*this} contains a value}
775775
{\tcode{*this} does not contain a value}
@@ -828,7 +828,7 @@
828828

829829
\pnum
830830
\effects
831-
See \tref{optional.assign.move.templ}.
831+
See \tcode{optional.assign.move.templ}.
832832
The result of the expression \tcode{rhs.has_value()} remains unchanged.
833833
\begin{lib2dtab2}{\tcode{optional::operator=(optional<U>\&\&)} effects}{optional.assign.move.templ}
834834
{\tcode{*this} contains a value}

0 commit comments

Comments
 (0)