Skip to content

Commit 5911691

Browse files
author
Ralf W. Grosse-Kunstleve
committed
workaround for silly MIPSpro compiler
[SVN r18550]
1 parent e369bdd commit 5911691

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/boost/python/object_core.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ namespace api
222222
object_initializer<
223223
BOOST_DEDUCED_TYPENAME unwrap_reference<T>::type
224224
>::get(
225-
do_unforward(x)
225+
object::do_unforward(x)
226226
, detail::convertible<object const*>::check(
227227
to_ptr(
228-
do_unforward(x)
228+
object::do_unforward(x)
229229
)
230230
)
231231
))

0 commit comments

Comments
 (0)