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
+1 -1
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_;
+1 -1
View File
@@ -17,7 +17,7 @@
namespace boost { namespace python { namespace numeric {
struct array;
class array;
namespace aux
{