oxiKKK
Results
2
issues of
oxiKKK
Overriding global enum operators (e.g. via magic_enum) causes static initialization crash on macOS
2
**What version of protobuf and what language are you using?** Version: vcpkg/v5.29.5 Language: C++ **What operating system (Linux, Windows, ...) and version?** macOS Sequoia 15.6.1 **What runtime / compiler are...
c++
Just wanted to say that using ```cpp using namespace magic_enum::bitwise_operators; ``` in a global namespace is extremely evil and dangerous and I didn't know about this behaviour at all. ##...