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

Range-based checks on edge sorting #237

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

The changes in #233 still lead to some subtle issues for runtime checks in debug mode that would be solved if the checking functions took iterators specifying the ranges to test.

molpopgen commented 4 years ago

260 renders this moot.