DynaMix
1.3.7
A new take on polymorphism in C++
|
#include <exception.hpp>
Thrown when an attempt is made to mutate an object whose type doesn't correspond to the expected source type of the mutation (the one to mutate from).
The most likely cause is when using a same_type_mutator
on objects that are not of the same type