Branch data Line data Source code
1 : : #include <mutable/util/ADT.hpp> 2 : : 3 : : 4 : : using namespace m; 5 : : 6 : : M_LCOV_EXCL_START 7 : : void SmallBitset::dump(std::ostream &out) const { out << *this << std::endl; } 8 : : void SmallBitset::dump() const { dump(std::cerr); } 9 : : M_LCOV_EXCL_STOP