Fixed using declarations (some types are no longer in the library).

[SVN r16340]
This commit is contained in:
John Maddock
2002-11-20 12:08:43 +00:00
parent 9a4e5d29c1
commit adc4ee41e3
2 changed files with 8 additions and 23 deletions

View File

@ -16,7 +16,7 @@
#ifndef BOOST_FILEITER_H
#define BOOST_FILEITER_H
#include <boost/regex/detail/fileiter.hpp>
#include <boost/regex/v3/fileiter.hpp>
using boost::re_detail::directory_iterator;
using boost::re_detail::file_iterator;