Make format_object_base explicitly copyable, so format_objects can be copied...
Make format_object_base explicitly copyable, so format_objects can be copied without relying on the implicit copy ctor Use of the implicit copy ctor is deprecated in C++11 in the presence of a user declared dtor. llvm-svn: 231222
Loading
Please sign in to comment