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