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 9d5fc9ece7
commit 3e2cb017b0

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