autocheck icon indicating copy to clipboard operation
autocheck copied to clipboard

Generators for std::set and std::tuple

Open Adam-Rowell opened this issue 2 years ago • 0 comments

I've extended list_generator so it can be used with more std container, e.g. std::set, and added a default std::tuple generator using cons_generator.

There's also some fixes for building with C++17

Adam-Rowell avatar Sep 14 '22 15:09 Adam-Rowell