2
3
4
5
6
7
8
9
10
11
12
13
16#ifndef _PCRE2CPP_LIBS_HPP_
17 #define _PCRE2CPP_LIBS_HPP_
19 #include <pcre2cpp/config.hpp>
22_PCRE2CPP_ERROR(
"This is only available for c++17 and greater!");
31 #include <fmt/format.h>
32 #include <fmt/xchar.h>
34 #include <mstd/mstd.hpp>
35 #include <unordered_map>
#define _PCRE2CPP_HAS_CXX17
check if compiler has c++ version greater or equal to c++17
Definition config.hpp:133
#define _PCRE2CPP_HAS_EXCEPTIONS
check if exceptions are enabled
Definition config.hpp:171