diff --git a/include/stdx/bitset.hpp b/include/stdx/bitset.hpp index 3d05ac9..7df348c 100644 --- a/include/stdx/bitset.hpp +++ b/include/stdx/bitset.hpp @@ -538,8 +538,8 @@ template class type_bitset { constexpr explicit type_bitset(all_bits_t) : bs{all_bits} {} constexpr explicit type_bitset(std::uint64_t value) : bs{value} {} - template - constexpr explicit type_bitset(type_list) + template