2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

Suppress private inheritance warning

[SVN r15148]
This commit is contained in:
Dave Abrahams
2002-09-03 18:30:18 +00:00
parent 946a93164a
commit 0453e05bb2

View File

@@ -12,7 +12,8 @@
namespace boost { namespace python {
class BOOST_PYTHON_DECL scope : public object, noncopyable
class BOOST_PYTHON_DECL scope
: public object, private noncopyable
{
public:
inline scope(object const&);