Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
#include <cstdint>
#include <iostream>
#include <string>
-#include <bitset>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/container/flat_map.hpp>
static constexpr std::uint64_t s3Count = s3BypassGovernanceRetention + 1;
static constexpr std::uint64_t allCount = stsAll + 1;
-using Action_t = bitset<allCount>;
+using Action_t = std::bitset<allCount>;
using NotAction_t = Action_t;
static const Action_t None(0);