Preparation for V5.

This commit is contained in:
jzmaddock
2020-11-26 16:47:48 +00:00
parent da23154da4
commit 72da1fdc29
51 changed files with 21003 additions and 4 deletions

View File

@ -28,7 +28,11 @@
#include <boost/regex/config.hpp>
#endif
#ifdef BOOST_REGEX_CXX03
#include <boost/regex/v4/regex.hpp>
#else
#include <boost/regex/v5/regex.hpp>
#endif
#endif // include