Fix build with libc++ by disambiguating std::bitset away. (#83)
This commit is contained in:
parent
6e9e71da87
commit
1be512580c
@ -52,7 +52,7 @@ namespace {
|
|||||||
in_writeset_ = true;
|
in_writeset_ = true;
|
||||||
era_ = era;
|
era_ = era;
|
||||||
|
|
||||||
bits_.reset(new bitset(*md_.tm_));
|
bits_.reset(new persistent_data::bitset(*md_.tm_));
|
||||||
bits_->grow(nr_bits, false);
|
bits_->grow(nr_bits, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user