Fix build with libc++ by disambiguating std::bitset away. (#83)

This commit is contained in:
Martin Pelikán 2017-08-26 21:53:33 +10:00 committed by Joe Thornber
parent 6e9e71da87
commit 1be512580c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace {
in_writeset_ = true;
era_ = era;
bits_.reset(new bitset(*md_.tm_));
bits_.reset(new persistent_data::bitset(*md_.tm_));
bits_->grow(nr_bits, false);
}