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