mirror of
https://github.com/boostorg/regex.git
synced 2025-07-12 20:06:38 +02:00
Merged regex-4 branch.
[SVN r18430]
This commit is contained in:
@ -24,7 +24,15 @@
|
||||
#ifndef BOOST_RE_CREGEX_HPP
|
||||
#define BOOST_RE_CREGEX_HPP
|
||||
|
||||
#ifndef BOOST_REGEX_CONFIG_HPP
|
||||
#include <boost/regex/config.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef BOOST_REGEX_V3
|
||||
#include <boost/regex/v3/cregex.hpp>
|
||||
#else
|
||||
#include <boost/regex/v4/cregex.hpp>
|
||||
#endif
|
||||
|
||||
#endif // include guard
|
||||
|
||||
|
Reference in New Issue
Block a user