[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:
Joe Thornber
2016-02-04 09:02:42 +00:00
parent 639af9c3bf
commit 767c39cf71
14 changed files with 31 additions and 30 deletions

View File

@@ -305,7 +305,7 @@ block_cache::find_unused_clean_block()
if (b.ref_count_)
continue;
block_set_.remove_node(b);
b.unlink_set();
b.unlink();
return &b;
}