2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

added: missing // after #endif

[SVN r12405]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2002-01-21 21:18:47 +00:00
parent 41634f9998
commit ed2ebc7d3d

View File

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