MPark.Patterns
October 3, 2019 ยท View on GitHub
This is an experimental library that has evolved to P1371, being proposed for C++23.
Test
This directory contains the tests for MPark.Patterns.
CMake Variables
-
MPARK_PATTERNS_EXCEPTIONS:BOOL(default:ON)Build the tests with exceptions support.
Build / Run
Execute the following commands from the top-level directory:
mkdir build
cd build
cmake -DMPARK_PATTERNS_INCLUDE_TESTS=ON ..
cmake --build .
ctest -V