changed boost/regex/detail to boost/regex/v3

[SVN r16185]
This commit is contained in:
John Maddock
2002-11-10 11:37:08 +00:00
parent 5a65397974
commit 3a5f4775f7
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View 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[])