]> git.lyx.org Git - lyx.git/blob - boost/boost/cregex.hpp
e35a6c36edb9839bd31392663e5426504d195270
[lyx.git] / boost / boost / cregex.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 most recent version.
18   *   FILE         cregex.cpp
19   *   VERSION      see <boost/version.hpp>
20   *   DESCRIPTION: Declares POSIX API functions
21   *                + boost::RegEx high level wrapper.
22   */
23
24 #ifndef BOOST_RE_CREGEX_HPP
25 #define BOOST_RE_CREGEX_HPP
26
27 #include <boost/regex/v3/cregex.hpp>
28
29 #endif // include guard
30
31
32
33
34
35
36
37