Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.32 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.32 KB

MPark.Patterns

This is an experimental library that has evolved to P1371, being proposed for C++23.

release travis license godbolt wandbox

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