[PATCH] D18123: Fix implicit copy ctor and copy assignment operator warnings when -Wdeprecated passed.

John McCall via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 13 12:47:25 PDT 2016


rjmccall added a comment.

It has side effects in the destructor.  It's not copyable.

It could reasonably be made movable, however, now that we require C++11 as a host requirement.  (It was written before that was true.)


http://reviews.llvm.org/D18123





More information about the cfe-commits mailing list