Skip to content

Commit

Permalink
[diff.special] Remove incorrect suggestion that volatile-qualified
Browse files Browse the repository at this point in the history
special member may be defaulted.

Editorially fixes CWG2221.
  • Loading branch information
zygoloid committed Nov 13, 2016
1 parent 1a27713 commit 219538a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/compatibility.tex
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,7 @@
Semantic transformation.
If volatile semantics are required for the copy,
a user-declared constructor or assignment must
be provided. \begin{note} This user-declared
constructor may be explicitly defaulted. \end{note}
be provided.
If non-volatile semantics are required,
an explicit
\tcode{const_cast}
Expand Down

0 comments on commit 219538a

Please sign in to comment.