2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

Bug fix, thanks to Nicolas LELONG, nlelong-at-mgdesign.org for the report.

[SVN r20401]
This commit is contained in:
Dave Abrahams
2003-10-17 14:13:48 +00:00
parent 7a354c4ff4
commit 4f129d035b
3 changed files with 18 additions and 1 deletions

View File

@@ -280,7 +280,7 @@ namespace api
return object_initializer<
BOOST_DEDUCED_TYPENAME unwrap_reference<T>::type
>::get(
api::do_unforward_cref(x)
x
, is_obj()
);
}