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

Do not foward-declare std types #76

Closed veselink1 closed 1 year ago

veselink1 commented 1 year ago

Doing so is most likely UB. Just include the relevant headers instead.

Fixes #74