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