Skip to content

Commit 8681805

Browse files
authored
[class.copy.assign] Add \tcode for const X (#8697)
1 parent 26f9a4a commit 8681805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,8 +1722,8 @@
17221722
\tcode{X}
17231723
only has a copy assignment operator with a non-object parameter of type
17241724
\tcode{X\&},
1725-
an expression of type const
1726-
\tcode{X}
1725+
an expression of type
1726+
\tcode{const X}
17271727
cannot be assigned to an object of type
17281728
\tcode{X}.
17291729
\begin{example}

0 commit comments

Comments
 (0)