rttrorg / rttr

C++ Reflection Library
https://www.rttr.org
MIT License
3.11k stars 429 forks source link

None of the versions compile for C++ 20 #366

Closed killereks closed 8 months ago

killereks commented 8 months ago

I've tried building different versions manually, and using binaries but they all result in these errors when linking it in the project:

image

killereks commented 8 months ago

Fixed, the namespace had to be added manually for each line.

brannanz commented 6 months ago

Having the same problem please explain

brannanz commented 6 months ago

Nvm figured it out what you've gotta do is in bind_impl.h replace every call to "type::get" with "rttr::type::get"