2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

converted <> to &lt;&gt;

[SVN r8954]
This commit is contained in:
Dave Abrahams
2001-02-05 23:28:01 +00:00
parent f24a95c917
commit 1d4dfdf271

View File

@@ -90,7 +90,7 @@ BOOST_PYTHON_BEGIN_CONVERSION_NAMESPACE // this is a gcc 2.95.2 bug workaround
PyObject* to_python(const Foo* p)
{
return to_python(const_cast<Foo*>(p));
return to_python(const_cast&lt;Foo*&gt;(p));
}
BOOST_PYTHON_END_CONVERSION_NAMESPACE
</pre></blockquote>