Skip to content

Commit 219538a

Browse files
committed
[diff.special] Remove incorrect suggestion that volatile-qualified
special member may be defaulted. Editorially fixes CWG2221.
1 parent 1a27713 commit 219538a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/compatibility.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,8 +793,7 @@
793793
Semantic transformation.
794794
If volatile semantics are required for the copy,
795795
a user-declared constructor or assignment must
796-
be provided. \begin{note} This user-declared
797-
constructor may be explicitly defaulted. \end{note}
796+
be provided.
798797
If non-volatile semantics are required,
799798
an explicit
800799
\tcode{const_cast}

0 commit comments

Comments
 (0)