mirror of
https://github.com/boostorg/core.git
synced 2025-11-28 21:30:09 +01:00
fix noncopyable, finally
[SVN r24618]
This commit is contained in:
committed by
Peter Dimov
parent
9d5fc9ece7
commit
3e2cb017b0
@@ -29,6 +29,8 @@ namespace noncopyable_ // protection from unintended ADL
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
typedef noncopyable_::noncopyable noncopyable;
|
||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
#endif // BOOST_NONCOPYABLE_HPP_INCLUDED
|
#endif // BOOST_NONCOPYABLE_HPP_INCLUDED
|
||||||
|
|||||||
Reference in New Issue
Block a user