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

Regression: Unused function warning for 'runtime::detail::next_depth' #35

Closed oberrich closed 4 years ago

oberrich commented 4 years ago

refl.hpp(3646,19): warning : unused function 'next_depth' [-Wunused-function]

Introduced in #34