diff --git a/include/boost/python/object_core.hpp b/include/boost/python/object_core.hpp index 6b0bb61d..733e09af 100755 --- a/include/boost/python/object_core.hpp +++ b/include/boost/python/object_core.hpp @@ -184,7 +184,7 @@ namespace api // the callable object is already wrapped. BOOST_STATIC_ASSERT( (is_same::value - || detail::is_string_literal::value)); + || detail::is_string_literal::value)); objects::add_to_namespace(cl, name, this->derived_visitor(), helper.doc()); }