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

Benoit Belley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 12:58:22 PDT 2017


belleyb added a comment.

I wonder the exact same thing! We have no use for a copy constructor ourselves. Maybe, it's safer to delete it for now. We can always re-introduce it back if a clear need shows up.


https://reviews.llvm.org/D34463





More information about the llvm-commits mailing list