1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-11 23:54:19 +00:00
magic_enum/include
Phillip Stephens 24853ff6d6
Prevent multiple definitions of adl_info
As currently implemented, `adl_info` can potentially be defined wherever `magic_enum.hpp` is included, this can lead to linker errors downstream.

Making the function static-inline prevents this from happening.
2025-08-31 14:20:43 -07:00
..
magic_enum Prevent multiple definitions of adl_info 2025-08-31 14:20:43 -07:00