putil: work around GCC bug causing undefined reference in debug build

This commit is contained in:
rdb 2018-08-26 14:03:44 +02:00
parent a90159271b
commit 115f8df4d5

View File

@ -37,7 +37,7 @@ PUBLISHED:
enum { num_bits = nbits };
constexpr BitMask() = default;
constexpr BitMask(WordType init_value);
ALWAYS_INLINE constexpr BitMask(WordType init_value);
INLINE static BitMask<WType, nbits> all_on();
INLINE static BitMask<WType, nbits> all_off();