Skip to content

Embed as header-only

Copy the files from the source directory of this project to your include directory.

If you want to use std::pmr allocators by default, set the macro BUILD_PARETO_WITH_PMR before including the files.

1
2
#def BUILD_PARETO_WITH_PMR
#include <pareto/front.h>

Each header in pareto represents a data structure.

!!! warning Make sure you have C++17+ installed