sl@0: // Boost string_algo library string_algo.hpp header file ---------------------------// sl@0: sl@0: // Copyright Pavol Droba 2002-2004. Use, modification and sl@0: // distribution is subject to the Boost Software License, Version sl@0: // 1.0. (See accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: sl@0: // See http://www.boost.org for updates, documentation, and revision history. sl@0: sl@0: #ifndef BOOST_STRING_ALGO_HPP sl@0: #define BOOST_STRING_ALGO_HPP sl@0: sl@0: /*! \file sl@0: Cumulative include for string_algo library sl@0: */ sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: sl@0: #endif // BOOST_STRING_ALGO_HPP