Twine: Explicitly default the copy ctor as it's otherwise deprecated in C++11 by...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 18:29:25 +0000 (18:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 18:29:25 +0000 (18:29 +0000)
commit6283687346d84cbd4255d924ce7e53831885a98f
tree48e2a1d5170c2553c22f2a2454c2e63205cd1c3a
parent88f45e5ecd3d8ef28960ded309af25c043ea6ab9
Twine: Explicitly default the copy ctor as it's otherwise deprecated in C++11 by the presence of a user-declared copy assignment operator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231094 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Twine.h