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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user