The operator() in fwdpp/sugar/serialization.hpp for these mutation types are missing const specifier. Thus, attempts to serialize populations with these mutation types will fail to compile.
Given that these types are not widely-used right now (only released in 0.4.3), I won't do a new release with a fix. Rather, this will be fixed upstream and rolled into the next release, which will have a lot of other changes, too...
The operator() in fwdpp/sugar/serialization.hpp for these mutation types are missing const specifier. Thus, attempts to serialize populations with these mutation types will fail to compile.
Given that these types are not widely-used right now (only released in 0.4.3), I won't do a new release with a fix. Rather, this will be fixed upstream and rolled into the next release, which will have a lot of other changes, too...