TheNitesWhoSay / RareCpp

Creating a simpler, more intuitive means of C++ reflection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow For Non-Default Constructible Objects

TheNitesWhoSay opened this issue · comments

Several places in the RareJson and RareObject mapper code currently require an object to be default constructible to take advantage of them; see what can be done about removing this requirement.