mirror of
https://github.com/boostorg/regex.git
synced 2025-07-04 08:06:31 +02:00
Merged regex-4 branch.
[SVN r18430]
This commit is contained in:
@ -25,7 +25,11 @@
|
||||
|
||||
#include <climits>
|
||||
#include <stdexcept>
|
||||
#ifdef BOOST_REGEX_V3
|
||||
#include <boost/regex/v3/fileiter.hpp>
|
||||
#else
|
||||
#include <boost/regex/v4/fileiter.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef BOOST_REGEX_NO_FILEITER
|
||||
|
||||
@ -901,3 +905,4 @@ bool _fi_FindClose(_fi_find_handle dat)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user