TheNitesWhoSay / RareCpp

Creating a simpler, more intuitive means of C++ reflection
MIT License
124 stars 6 forks source link

Allow For Non-Default Constructible Objects #76

Open TheNitesWhoSay opened 3 years ago

TheNitesWhoSay commented 3 years ago

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.