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.05k stars 76 forks source link

Fixes #35: Unused function warning for 'runtime::detail::next_depth' #36

Closed oberrich closed 4 years ago

oberrich commented 4 years ago

Fixes #35

veselink1 commented 4 years ago

Thanks!