malcolm.parsons added a comment.

I'd like an `AllowDeletedCopyFunctions` option that allows move and destructor 
functions to be missing when copying is disabled.

  struct A {
    A(const A&) = delete;
    A& operator=(const A&) = delete;
  }


https://reviews.llvm.org/D30610



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to