From ed2ebc7d3d506ab8874cf0ba1f479748d1513534 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 21 Jan 2002 21:18:47 +0000 Subject: [PATCH] added: missing // after #endif [SVN r12405] --- include/boost/python/object/class_wrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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