source: NonGTP/Boost/boost/algorithm/string/std_containers_traits.hpp @ 857

Revision 857, 879 bytes checked in by igarcia, 18 years ago (diff)
Line 
1//  Boost string_algo library std_containers_traits.hpp header file  ---------------------------//
2
3//  Copyright Pavol Droba 2002-2003. Use, modification and
4//  distribution is subject to the Boost Software License, Version
5//  1.0. (See accompanying file LICENSE_1_0.txt or copy at
6//  http://www.boost.org/LICENSE_1_0.txt)
7
8//  See http://www.boost.org for updates, documentation, and revision history.
9
10#ifndef BOOST_STRING_STD_CONTAINERS_TRAITS_HPP
11#define BOOST_STRING_STD_CONTAINERS_TRAITS_HPP
12
13/*!\file
14    This file includes sequence traits for stl containers.
15*/
16
17#include <boost/config.hpp>
18#include <boost/algorithm/string/std/string_traits.hpp>
19#include <boost/algorithm/string/std/list_traits.hpp>
20
21#ifdef BOOST_HAS_SLIST
22#   include <boost/algorithm/string/std/slist_traits.hpp>
23#endif
24
25#endif  // BOOST_STRING_STD_CONTAINERS_TRAITS_HPP
Note: See TracBrowser for help on using the repository browser.