We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783ba7e commit 2ef72f7Copy full SHA for 2ef72f7
2 files changed
make_single_lib.bat
@@ -1,3 +1,3 @@
1
@echo off
2
-cd .\build\x64-debug-cpp20\_deps\pcre2-build
3
-lib.exe /OUT:.\..\..\..\..\..\pcre2cpp.lib pcre2-8-staticd.lib pcre2-16-staticd.lib pcre2-32-staticd.lib
+cd .\build\x64-debug-cpp17\_deps
+lib.exe /OUT:.\..\..\..\..\pcre2cpp\pcre2cpp.lib pcre2-build\pcre2-8d.lib pcre2-build\pcre2-16d.lib pcre2-build\pcre2-32d.lib fmt-build\fmtd.lib
pcre2cpp/include/pcre2cpp/pcre2cpp.hpp
@@ -22,7 +22,6 @@
22
_PCRE2CPP_ERROR("This is only available for c++17 and greater!");
23
#else
24
25
- #include <pcre2cpp/config.hpp>
26
#include <pcre2cpp/exceptions/exceptions.hpp>
27
#include <pcre2cpp/libs.hpp>
28
#include <pcre2cpp/match/match_result.hpp>
0 commit comments