fix noncopyable, finally

[SVN r24618]
This commit is contained in:
Dave Abrahams
2004-08-20 17:17:06 +00:00
committed by Peter Dimov
parent dded3779ae
commit 3887539e0a

View File

@@ -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