mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
putil: work around GCC bug causing undefined reference in debug build
This commit is contained in:
parent
a90159271b
commit
115f8df4d5
@ -37,7 +37,7 @@ PUBLISHED:
|
|||||||
enum { num_bits = nbits };
|
enum { num_bits = nbits };
|
||||||
|
|
||||||
constexpr BitMask() = default;
|
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_on();
|
||||||
INLINE static BitMask<WType, nbits> all_off();
|
INLINE static BitMask<WType, nbits> all_off();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user