mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
This is in preparation of the next commit, which will add a constructor from std::basic_string_view (otherwise, construction from a C-style string would be ambiguous between the basic_string_view and the basic_string constructor). Note that, rather than duplicating code to test the new member, we changed many constructions in dyn_bitset_unit_tests1.cpp to use const char *, instead of std::string. (The constructor from std::basic_string is tested separately anyway.)