mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-12-08 13:14:57 +00:00
Compare commits
1 Commits
f126245eef
...
3a6ee9a70c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a6ee9a70c |
@@ -57,7 +57,7 @@
|
||||
a = type(static_cast<T>(a) & static_cast<T>(b)); \
|
||||
return a; \
|
||||
} \
|
||||
inline type operator~(const type& key) { \
|
||||
constexpr type operator~(type key) { \
|
||||
using T = std::underlying_type_t<type>; \
|
||||
return type(~static_cast<T>(key)); \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user