molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

Serializing generalmut<N> and generalmut_vec #30

Closed molpopgen closed 8 years ago

molpopgen commented 8 years ago

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...

molpopgen commented 8 years ago

Closed with release of 0.4.4