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

@ -25,7 +25,11 @@
#include <cstddef>
#include <stdexcept>
#ifdef BOOST_REGEX_CXX03
#include <boost/regex/v4/error_type.hpp>
#else
#include <boost/regex/v5/error_type.hpp>
#endif
namespace boost{