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:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user