[build] switch to c++11
Conflicts: Makefile.in chunker/cache_stream.cc chunker/cache_stream.h thin-provisioning/thin_archive.cc thin-provisioning/thin_show_duplicates.cc unit-tests/Makefile.in
This commit is contained in:
@@ -111,7 +111,7 @@ namespace test {
|
||||
throw std::runtime_error("system failed");
|
||||
}
|
||||
|
||||
std::auto_ptr<with_directory> dir_;
|
||||
std::unique_ptr<with_directory> dir_;
|
||||
};
|
||||
|
||||
//--------------------------------
|
||||
|
Reference in New Issue
Block a user