eyalz800 / serializer

A single header standard C++ serialization framework.
MIT License
189 stars 24 forks source link

Unable to instantiate abstract class #7

Closed arneves closed 3 years ago

arneves commented 4 years ago

When using polymorphism and your base class is abstract you get the error? in serializer.h line 482.

It seems serializer is unable to handle unique_pointer to abstract classes.

eyalz800 commented 4 years ago

@arneves can you provide a small sample?