From 3887539e0a39e9aa84f864628b9c7af78cb96672 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 20 Aug 2004 17:17:06 +0000 Subject: [PATCH] fix noncopyable, finally [SVN r24618] --- include/boost/noncopyable.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/noncopyable.hpp b/include/boost/noncopyable.hpp index 019413e..7770bdb 100644 --- a/include/boost/noncopyable.hpp +++ b/include/boost/noncopyable.hpp @@ -29,6 +29,8 @@ namespace noncopyable_ // protection from unintended ADL }; } +typedef noncopyable_::noncopyable noncopyable; + } // namespace boost #endif // BOOST_NONCOPYABLE_HPP_INCLUDED