2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
nobody
3bd3ec9877 This commit was manufactured by cvs2svn to create tag 'monthly'.
[SVN r12985]
2002-02-28 15:38:22 +00:00

View File

@@ -16,7 +16,7 @@ struct BOOST_PYTHON_DECL body;
// The common base class for unwrap_ and wrap_ handle objects. They
// share a common base so that handles can be linked into a chain
// within a function wrapper which is managed by a single object.
struct BOOST_PYTHON_DECL handle : private boost::noncopyable
struct BOOST_PYTHON_DECL handle : boost::noncopyable
{
public: // member functions