1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +00:00
magic_enum/include
Thomas Khyn 69015b61fe fix: use inline instead of static for constexpr in header file
Using `static constexpr` in a header file does not seem to be correct - see [1] - and generates a bug when building the magic_enum module with GCC 15

[1] https://isocpp.org/blog/2018/05/quick-q-use-of-constexpr-in-header-file
2025-02-14 12:07:42 +13:00
..
magic_enum fix: use inline instead of static for constexpr in header file 2025-02-14 12:07:42 +13:00