mirror of
https://github.com/boostorg/utility.git
synced 2025-07-31 21:34:46 +02:00
remove forward declaration for noncopyable
[SVN r24578]
This commit is contained in:
@@ -10,24 +10,14 @@
|
|||||||
#ifndef BOOST_UTILITY_FWD_HPP
|
#ifndef BOOST_UTILITY_FWD_HPP
|
||||||
#define BOOST_UTILITY_FWD_HPP
|
#define BOOST_UTILITY_FWD_HPP
|
||||||
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
// From <boost/utility/base_from_member.hpp> -------------------------------//
|
// From <boost/utility/base_from_member.hpp> -------------------------------//
|
||||||
|
|
||||||
template < typename MemberType, int UniqueID = 0 >
|
template < typename MemberType, int UniqueID = 0 >
|
||||||
class base_from_member;
|
class base_from_member;
|
||||||
|
|
||||||
|
|
||||||
// From <boost/noncopyable.hpp> --------------------------------------------//
|
|
||||||
|
|
||||||
class noncopyable;
|
|
||||||
|
|
||||||
// Also has a few function templates
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user