mirror of
https://github.com/boostorg/regex.git
synced 2025-07-31 13:07:21 +02:00
Preparation for V5.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user