diff --git a/include/boost/python/object/class_wrapper.hpp b/include/boost/python/object/class_wrapper.hpp index cbfb2ae6..f199a99f 100644 --- a/include/boost/python/object/class_wrapper.hpp +++ b/include/boost/python/object/class_wrapper.hpp @@ -23,7 +23,7 @@ struct class_wrapper { # ifndef NDEBUG assert(type_->ob_type == (PyTypeObject*)class_metatype().get()); -# endif NDEBUG +# endif // NDEBUG } PyObject* convert(T const& x) const