2
0
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:
Dave Abrahams
2006-10-12 06:41:18 +00:00
parent b714f6cc23
commit 9b67f0447d
2 changed files with 2 additions and 2 deletions

View File

@@ -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_;

View File

@@ -17,7 +17,7 @@
namespace boost { namespace python { namespace numeric {
struct array;
class array;
namespace aux
{