[thin-repair] stop using c++0x features
This commit is contained in:
3
block.h
3
block.h
@@ -181,7 +181,8 @@ namespace persistent_data {
|
||||
mutable unsigned superblock_count_;
|
||||
mutable unsigned ordinary_count_;
|
||||
|
||||
mutable std::map<block_address, std::pair<lock_type, unsigned> > held_locks_;
|
||||
typedef std::map<block_address, std::pair<lock_type, unsigned> > held_map;
|
||||
mutable held_map held_locks_;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user