2000-09-26 11:48:28 +00:00
|
|
|
/*
|
|
|
|
*
|
2002-04-24 10:50:23 +00:00
|
|
|
* Copyright (c) 1998-2002
|
2000-09-26 11:48:28 +00:00
|
|
|
* Dr John Maddock
|
|
|
|
*
|
|
|
|
* Permission to use, copy, modify, distribute and sell this software
|
|
|
|
* and its documentation for any purpose is hereby granted without fee,
|
|
|
|
* provided that the above copyright notice appear in all copies and
|
|
|
|
* that both that copyright notice and this permission notice appear
|
|
|
|
* in supporting documentation. Dr John Maddock makes no representations
|
|
|
|
* about the suitability of this software for any purpose.
|
|
|
|
* It is provided "as is" without express or implied warranty.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* LOCATION: see http://www.boost.org for most recent version.
|
2001-09-19 11:48:51 +00:00
|
|
|
* FILE regex_traits.hpp
|
2001-09-30 10:30:14 +00:00
|
|
|
* VERSION see <boost/version.hpp>
|
2000-09-26 11:48:28 +00:00
|
|
|
* DESCRIPTION: Declares regular expression traits classes.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef BOOST_REGEX_TRAITS_HPP
|
|
|
|
#define BOOST_REGEX_TRAITS_HPP
|
|
|
|
|
2002-11-07 12:50:29 +00:00
|
|
|
#ifndef BOOST_REGEX_TRAITS_HPP_INCLUDED
|
|
|
|
#include <boost/regex/v3/regex_traits.hpp>
|
2000-09-26 11:48:28 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif // include
|
|
|
|
|
2001-09-19 11:48:51 +00:00
|
|
|
|
2002-04-24 10:50:23 +00:00
|
|
|
|
2002-11-07 12:50:29 +00:00
|
|
|
|