2 // { dg-do run { target c++11 } }
16 Object (const Object &) = delete;
17 Object & operator= (const Object &) = delete;
19 Object (Object && b) {
24 Object & operator= (Object && b) {
47 // grow some objects in the container
48 for (auto & object : container.objects)
52 container = Container ();