Skip to content

Commit 88640c5

Browse files
committed
Fix uint_bitset ctor
1 parent b8def47 commit 88640c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/xsimd/utils/bits.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ namespace xsimd
5555
/* The enum type whose values name individual bits. */
5656
using key_type = K;
5757

58-
constexpr uint_bitset() noexcept = default;
59-
6058
/* Construct from a raw bit pattern. */
6159
constexpr explicit uint_bitset(storage_type bitset = {}) noexcept
6260
: m_bitset(bitset)

0 commit comments

Comments
 (0)