DynaMix
1.3.7
A new take on polymorphism in C++
|
#include <exception.hpp>
Thrown when an attempt is made to mutate an object with an incomplete mutation
Currently the only way you could have an incomplete mutation is trying to apply an object_type_template
for which create
hasn't been called.