From Jason Turner

[depr.impldec]

Diff to HTML by rtfpessoa

tmp/tmp3345za59/{from.md → to.md} RENAMED
@@ -3,9 +3,9 @@
3
  The implicit definition of a copy constructor [[class.copy.ctor]] as
4
  defaulted is deprecated if the class has a user-declared copy assignment
5
  operator or a user-declared destructor [[class.dtor]]. The implicit
6
  definition of a copy assignment operator [[class.copy.assign]] as
7
  defaulted is deprecated if the class has a user-declared copy
8
- constructor or a user-declared destructor. In a future revision of this
9
- International Standard, these implicit definitions could become deleted
10
  [[dcl.fct.def.delete]].
11
 
 
3
  The implicit definition of a copy constructor [[class.copy.ctor]] as
4
  defaulted is deprecated if the class has a user-declared copy assignment
5
  operator or a user-declared destructor [[class.dtor]]. The implicit
6
  definition of a copy assignment operator [[class.copy.assign]] as
7
  defaulted is deprecated if the class has a user-declared copy
8
+ constructor or a user-declared destructor. It is possible that future
9
+ versions of C++ will specify that these implicit definitions are deleted
10
  [[dcl.fct.def.delete]].
11