veselink1 / refl-cpp

Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).
https://veselink1.github.io/refl-cpp/md__introduction.html
MIT License
1.06k stars 77 forks source link

Fix runtime::detail::next_depth multiple definitions. #34

Closed james-conrad closed 4 years ago

james-conrad commented 4 years ago

Move runtime::detail::next_depth into anonymous namespace.

This addresses veselink1/refl-cpp#33