remove forward declaration for noncopyable

[SVN r24578]
This commit is contained in:
Aleksey Gurtovoy
2004-08-19 02:31:29 +00:00
parent f0b64b6229
commit 6f0f05ba12

View File

@ -10,24 +10,14 @@
#ifndef BOOST_UTILITY_FWD_HPP
#define BOOST_UTILITY_FWD_HPP
namespace boost
{
// From <boost/utility/base_from_member.hpp> -------------------------------//
template < typename MemberType, int UniqueID = 0 >
class base_from_member;
// From <boost/noncopyable.hpp> --------------------------------------------//
class noncopyable;
// Also has a few function templates
} // namespace boost