mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
Suppress a couple of msvc class/struct warnings
[SVN r35567]
This commit is contained in:
@@ -62,7 +62,7 @@ class BOOST_PYTHON_DECL docstring_options : boost::noncopyable
|
||||
show_signatures_ = true;
|
||||
}
|
||||
|
||||
friend class objects::function;
|
||||
friend struct objects::function;
|
||||
|
||||
private:
|
||||
static volatile bool show_user_defined_;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
namespace boost { namespace python { namespace numeric {
|
||||
|
||||
struct array;
|
||||
class array;
|
||||
|
||||
namespace aux
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user