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

workaround for silly MIPSpro compiler

[SVN r18550]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-05-26 19:46:05 +00:00
parent e369bddc84
commit 5911691c0d

View File

@@ -222,10 +222,10 @@ namespace api
object_initializer<
BOOST_DEDUCED_TYPENAME unwrap_reference<T>::type
>::get(
do_unforward(x)
object::do_unforward(x)
, detail::convertible<object const*>::check(
to_ptr(
do_unforward(x)
object::do_unforward(x)
)
)
))