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/magic_enum
Thomas Khyn a413fcc9c4
fix: use inline instead of static for constexpr in header file (#401)
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-20 12:38:17 +04:00
..
magic_enum.hpp More reliable value validness detection towards CWG1766 (#398) 2025-02-20 12:34:09 +04:00
magic_enum_all.hpp v0.9.7 2024-11-14 00:15:10 +01:00
magic_enum_containers.hpp fix: use inline instead of static for constexpr in header file (#401) 2025-02-20 12:38:17 +04:00
magic_enum_flags.hpp v0.9.7 2024-11-14 00:15:10 +01:00
magic_enum_format.hpp fix 379 (#382) 2025-02-20 12:37:47 +04:00
magic_enum_fuse.hpp v0.9.7 2024-11-14 00:15:10 +01:00
magic_enum_iostream.hpp v0.9.7 2024-11-14 00:15:10 +01:00
magic_enum_switch.hpp v0.9.7 2024-11-14 00:15:10 +01:00
magic_enum_utility.hpp v0.9.7 2024-11-14 00:15:10 +01:00