mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 09:07:25 +02:00
changed boost/regex/detail to boost/regex/v3
[SVN r16185]
This commit is contained in:
@ -33,7 +33,7 @@ using std::endl;
|
||||
# pragma hrdstop
|
||||
#endif
|
||||
|
||||
#include <boost/regex/detail/fileiter.hpp>
|
||||
#include <boost/regex/v3/fileiter.hpp>
|
||||
|
||||
#include "jgrep.h"
|
||||
|
||||
@ -137,3 +137,4 @@ void process_grep(const char* file)
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -34,7 +34,7 @@ using std::endl;
|
||||
# pragma hrdstop
|
||||
#endif
|
||||
|
||||
#include <boost/regex/detail/fileiter.hpp>
|
||||
#include <boost/regex/v3/fileiter.hpp>
|
||||
#include "jgrep.h"
|
||||
|
||||
#ifndef JM_ALGO_INCLUDED
|
||||
@ -286,3 +286,4 @@ int main(int argc, char * argv[])
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user