]> git.lyx.org Git - lyx.git/blob - boost/boost/regex_fwd.hpp
update boost to pre-1.30.0
[lyx.git] / boost / boost / regex_fwd.hpp
1 /*
2  *
3  * Copyright (c) 1998-2002
4  * Dr John Maddock
5  *
6  * Permission to use, copy, modify, distribute and sell this software
7  * and its documentation for any purpose is hereby granted without fee,
8  * provided that the above copyright notice appear in all copies and
9  * that both that copyright notice and this permission notice appear
10  * in supporting documentation.  Dr John Maddock makes no representations
11  * about the suitability of this software for any purpose.
12  * It is provided "as is" without express or implied warranty.
13  *
14  */
15
16  /*
17   *   LOCATION:    see http://www.boost.org/libs/regex for documentation.
18   *   FILE         regex_fwd.cpp
19   *   VERSION      see <boost/version.hpp>
20   *   DESCRIPTION: Forward declares boost::reg_expression<> and
21   *                associated typedefs.
22   */
23
24 #ifndef BOOST_REGEX_FWD_HPP
25 #define BOOST_REGEX_FWD_HPP
26
27 #include <boost/regex/v3/regex_fwd.hpp>
28
29 #endif
30
31
32