Skip to content

Commit 0453e05

Browse files
committed
Suppress private inheritance warning
[SVN r15148]
1 parent 946a931 commit 0453e05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/boost/python/scope.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
namespace boost { namespace python {
1414

15-
class BOOST_PYTHON_DECL scope : public object, noncopyable
15+
class BOOST_PYTHON_DECL scope
16+
: public object, private noncopyable
1617
{
1718
public:
1819
inline scope(object const&);

0 commit comments

Comments
 (0)