intel / yarpgen

Yet Another Random Program Generator
Other
469 stars 50 forks source link

Stencil patterns #155

Closed Vsevolod-Livinskij closed 2 years ago

Vsevolod-Livinskij commented 2 years ago

I've changed array and iterator generation logic to support stencils pattern.

Vsevolod-Livinskij commented 2 years ago

It looks like an old compiler causes Appveyor failures for MSVC 2015. I've changed the required C++ standard to C++17. We need it for std::sample.