Make format_object_base explicitly copyable, so format_objects can be copied without...
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 07:35:02 +0000 (07:35 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 07:35:02 +0000 (07:35 +0000)
commitd4b012404842b03c106a0ad149ec677322d62662
tree239b7e09118e1bc4d729960a70c5fb88d31238c6
parentca12616ca81a43fc893a77aaadc56c11a6770176
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231222 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Format.h