2
3
4
5
6
7
8
9
10
11
12
13
16#ifndef _PCRE2CPP_PCRE2CPP_HPP_
17 #define _PCRE2CPP_PCRE2CPP_HPP_
19 #include <pcre2cpp/config.hpp>
22_PCRE2CPP_ERROR(
"This is only available for c++17 and greater!");
25 #include <pcre2cpp/libs.hpp>
27 #include <pcre2cpp/types.hpp>
29 #include <pcre2cpp/utils/pcre2_data.hpp>
31 #include <pcre2cpp/exceptions/exceptions.hpp>
32 #include <pcre2cpp/match/match_options.hpp>
33 #include <pcre2cpp/match/match_result.hpp>
34 #include <pcre2cpp/regex/compile_options.hpp>
35 #include <pcre2cpp/regex/regex.hpp>
37 #include <pcre2cpp/utils/assert.hpp>
#define _PCRE2CPP_HAS_ASSERTS
check if asserts are enabled
Definition config.hpp:172
#define _PCRE2CPP_HAS_CXX17
check if compiler has c++ version greater or equal to c++17
Definition config.hpp:133