]> git.lyx.org Git - lyx.git/blob - boost/boost/regex.hpp
update boost to pre-1.30.0
[lyx.git] / boost / boost / regex.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.cpp
19   *   VERSION      see <boost/version.hpp>
20   *   DESCRIPTION: Declares boost::reg_expression<> and associated
21   *                functions and classes. This header is the main
22   *                entry point for the template regex code.
23   */
24
25
26 /* start with C compatibility API */
27
28 #ifndef BOOST_RE_REGEX_HPP
29 #define BOOST_RE_REGEX_HPP
30
31 #include <boost/regex/v3/regex.hpp>
32
33 #endif  // include
34
35