Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
195 stars 27 forks source link

Any attributes reference wrong member object #64

Closed Manu343726 closed 7 years ago

Manu343726 commented 7 years ago

The isolated cpp::typeerasure::Field tests are passing, but something goes wrong when using Field through Any.

Related to #63