mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
fix noncopyable, finally
[SVN r24618]
This commit is contained in:
parent
fb943b77d5
commit
b0baebeb0a
@ -29,6 +29,8 @@ namespace noncopyable_ // protection from unintended ADL
|
||||
};
|
||||
}
|
||||
|
||||
typedef noncopyable_::noncopyable noncopyable;
|
||||
|
||||
} // namespace boost
|
||||
|
||||
#endif // BOOST_NONCOPYABLE_HPP_INCLUDED
|
||||
|
@ -18,17 +18,6 @@ namespace boost
|
||||
template < typename MemberType, int UniqueID = 0 >
|
||||
class base_from_member;
|
||||
|
||||
// From <boost/noncopyable.hpp> --------------------------------------------//
|
||||
|
||||
namespace noncopyable_
|
||||
{
|
||||
class noncopyable;
|
||||
}
|
||||
|
||||
typedef noncopyable_::noncopyable noncopyable;
|
||||
|
||||
// Also has a few function templates
|
||||
|
||||
} // namespace boost
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user