]> git.lyx.org Git - lyx.git/blob - boost/libs/regex/src/instances.cpp
update
[lyx.git] / boost / libs / regex / src / instances.cpp
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 for most recent version.
18   *   FILE:        instances.cpp
19   *   VERSION:     see <boost/version.hpp>
20   *   DESCRIPTION: regex narrow character template instances.
21   */
22
23 #define BOOST_REGEX_SOURCE
24
25 #include <boost/regex/config.hpp>
26
27 #if !defined(BOOST_REGEX_NO_EXTERNAL_TEMPLATES)
28 #define BOOST_REGEX_NARROW_INSTANTIATE
29
30 #ifdef __BORLANDC__
31 #pragma hrdstop
32 #endif
33
34 #include <boost/regex.hpp>
35
36 #endif