#ifndef BOOST_MPL_CLEAR_FWD_HPP_INCLUDED
#define BOOST_MPL_CLEAR_FWD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/mpl for documentation.
// $Source: /CVSROOT/CGAL/Packages/Boost/include/boost/mpl/clear_fwd.hpp,v $
// $Date: 2004/11/20 10:39:16 $
// $Revision: 1.1.1.2 $
namespace boost { namespace mpl {
template< typename Tag > struct clear_impl;
template< typename Sequence > struct clear;
}}
#endif // BOOST_MPL_CLEAR_FWD_HPP_INCLUDED
syntax highlighted by Code2HTML, v. 0.9.1