hintonda added a comment.

Implicit copy ctor's and and assignment operators are deprecated in c++11, 
which is why I added them as = default, but you raise a good point.  Perhaps it 
would be better to wrap them in #ifdef's.


http://reviews.llvm.org/D18217



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

Reply via email to