[PATCH] D34463: bug33388 - Fix formatv_objet copy & move constructors

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 10:14:46 PDT 2017


zturner added a comment.

I'm wondering if we shouldn't just delete the copy constructor.  Definitely having a move constructor seems reasonable, but I don't see any reason why we should ever be copying format objects.  What do you think?


https://reviews.llvm.org/D34463





More information about the llvm-commits mailing list