Jonathon Bell
Results
2
issues of
Jonathon Bell
The function [rc::gen::maybe](https://github.com/emil-e/rapidcheck/blob/master/doc/generators_ref.md#genmaybet-maybegent-gen) lifts a generator into the `Maybe` monad, which can be quite useful. C++17 finally introduced its own version of `Maybe` to the standard library, namely `std::optional`. Would...
First, thanks for a great library! **Issue** When building with a recent version of CMake (3.31.7) I see the following warning: ``` build>cmake .. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):...