From dded3779aec82caaeb08f112caa6afeb1799feff Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 19 Aug 2004 13:12:35 +0000 Subject: [PATCH] ADL protection [SVN r24595] --- include/boost/noncopyable.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/noncopyable.hpp b/include/boost/noncopyable.hpp index 7770bdb..019413e 100644 --- a/include/boost/noncopyable.hpp +++ b/include/boost/noncopyable.hpp @@ -29,8 +29,6 @@ namespace noncopyable_ // protection from unintended ADL }; } -typedef noncopyable_::noncopyable noncopyable; - } // namespace boost #endif // BOOST_NONCOPYABLE_HPP_INCLUDED