Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rc::shrink::boolean not compiling on msvc
MSVC complains with: > shrink.hpp(182): error C2446: ':': no conversion from 'rc::Seq<bool>' to 'rc::Seq<int>' This is remedied by being explicit with the template argument. Fixes emil-e#298
- Loading branch information