Explicitly default ilistTest::Node's copy constructor
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 17:01:18 +0000 (17:01 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 17:01:18 +0000 (17:01 +0000)
commit40e20ea8cee5f4233213b411363b56ccb3c3dd1b
tree4cf2f2d6ce3fde46e90c4cb23b7b34e4efa8522c
parentb74289c83d79fed99bdd234fcf6d0bb50edcb2df
Explicitly default ilistTest::Node's copy constructor

In the presence of a user-declared dtor, calling an implicit copy ctor
is deprecated in C++11.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231256 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/ilistTest.cpp