rttrorg / rttr

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

Can I modify the code to be able to choose where you construct an object? #281

Closed berggrenmille closed 4 years ago

berggrenmille commented 4 years ago

I have a custom allocator, and I was wondering if I can construct an object at allocated memory of my choice?