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 inverted order of member list for refl::util::detail::filter(..) #65

Closed RalphSteinhagen closed 2 years ago

RalphSteinhagen commented 2 years ago

This seemed to be the least invasive fix for the issue.

N.B. needed to bump the catch unit-test library version to be able to build on a more Linux OS