mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
Fixed header include after recent changes
[SVN r16159]
This commit is contained in:
@ -257,7 +257,7 @@ using std::distance;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE)
|
#if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE)
|
||||||
# include <boost/regex/detail/regex_library_include.hpp>
|
# include <boost/regex/v3/regex_library_include.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
@ -643,3 +643,4 @@ inline void pointer_construct(T* p, const T& t)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user