sl@0: // -------------------------------------------------- sl@0: // sl@0: // (C) Copyright Chuck Allison and Jeremy Siek 2001 - 2002. sl@0: // (C) Copyright Gennaro Prota 2003 - 2004. sl@0: // sl@0: // Distributed under the Boost Software License, Version 1.0. sl@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: // ----------------------------------------------------------- sl@0: sl@0: // See http://www.boost.org/libs/dynamic_bitset for documentation. sl@0: sl@0: sl@0: #ifndef BOOST_DYNAMIC_BITSET_FWD_HPP sl@0: #define BOOST_DYNAMIC_BITSET_FWD_HPP sl@0: sl@0: #include sl@0: sl@0: namespace boost { sl@0: sl@0: template > sl@0: class dynamic_bitset; sl@0: sl@0: } // namespace boost sl@0: sl@0: #endif // include guard