42 std::unique_ptr<std::vector<double> >
43 thing3(
new std::vector<double>(10,2.2));
44 assert(thing3->size() == 10);
47 assert(wrap3->size() == 10);
48 assert(thing3.get() == 0);
59 std::cerr <<
"Failure: unidentified exception caught\n";
CopyNoSwappy & operator=(CopyNoSwappy const &)&
void swap(SwappyNoCopy &)
CopyNoSwappy(CopyNoSwappy const &)