use persistent-data::bitset to avoid ambiguity

This commit is contained in:
Denys Duchier
2013-11-16 21:42:23 +01:00
parent d2b30b0eac
commit 3a4c06b772
4 changed files with 14 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ namespace caching {
checked_space_map::ptr metadata_sm_;
mapping_array::ptr mappings_;
hint_array::ptr hints_;
bitset::ptr discard_bits_;
persistent_data::bitset::ptr discard_bits_;
private:
void init_superblock();