fix noncopyable, finally

[SVN r24618]
This commit is contained in:
Dave Abrahams
2004-08-20 17:17:06 +00:00
parent fb943b77d5
commit b0baebeb0a
2 changed files with 2 additions and 11 deletions
+2
View File
@@ -29,6 +29,8 @@ namespace noncopyable_ // protection from unintended ADL
};
}
typedef noncopyable_::noncopyable noncopyable;
} // namespace boost
#endif // BOOST_NONCOPYABLE_HPP_INCLUDED