sl@0: /* sl@0: * sl@0: * Copyright (c) 1998-2002 sl@0: * John Maddock sl@0: * sl@0: * Use, modification and distribution are subject to the sl@0: * Boost Software License, Version 1.0. (See accompanying file sl@0: * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) sl@0: * sl@0: */ sl@0: sl@0: /* sl@0: * LOCATION: see http://www.boost.org for most recent version. sl@0: * FILE regex_traits.hpp sl@0: * VERSION see sl@0: * DESCRIPTION: Declares regular expression traits classes. sl@0: */ sl@0: sl@0: #ifndef BOOST_REGEX_TRAITS_HPP sl@0: #define BOOST_REGEX_TRAITS_HPP sl@0: sl@0: #ifndef BOOST_REGEX_CONFIG_HPP sl@0: # include sl@0: #endif sl@0: sl@0: # ifndef BOOST_REGEX_TRAITS_HPP_INCLUDED sl@0: # include sl@0: # endif sl@0: sl@0: #endif // include sl@0: sl@0: sl@0: sl@0: sl@0: