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

Examples link is wrong #3

Closed Undertoe closed 4 years ago

Undertoe commented 4 years ago

"See examples/ for more usage examples." sends the user to the following instead of the examples page: https://github.com/veselink1/refl-cpp/blob/master/refl.hpp

veselink1 commented 4 years ago

Yes, thank you for the correction. Fixed in d76acf8