2000-09-26 11:48:28 +00:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* Copyright (c) 1998-2000
|
2005-01-22 16:32:01 +00:00
|
|
|
* John Maddock
|
2000-09-26 11:48:28 +00:00
|
|
|
*
|
2003-10-04 11:29:20 +00:00
|
|
|
* Use, modification and distribution are subject to the
|
2003-09-30 13:02:51 +00:00
|
|
|
* Boost Software License, Version 1.0. (See accompanying file
|
|
|
|
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2000-09-26 11:48:28 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef BOOST_FILEITER_H
|
|
|
|
#define BOOST_FILEITER_H
|
|
|
|
|
2002-11-20 12:08:43 +00:00
|
|
|
#include <boost/regex/v3/fileiter.hpp>
|
2000-09-26 11:48:28 +00:00
|
|
|
|
|
|
|
using boost::re_detail::directory_iterator;
|
|
|
|
using boost::re_detail::file_iterator;
|
|
|
|
using boost::re_detail::mapfile;
|
|
|
|
|
|
|
|
#endif
|
2003-09-30 13:02:51 +00:00
|
|
|
|