We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8def47 commit 88640c5Copy full SHA for 88640c5
include/xsimd/utils/bits.hpp
@@ -55,8 +55,6 @@ namespace xsimd
55
/* The enum type whose values name individual bits. */
56
using key_type = K;
57
58
- constexpr uint_bitset() noexcept = default;
59
-
60
/* Construct from a raw bit pattern. */
61
constexpr explicit uint_bitset(storage_type bitset = {}) noexcept
62
: m_bitset(bitset)
0 commit comments