2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-31 08:22:18 +00:00

Merge from trunk, finally.

[SVN r41817]
This commit is contained in:
Daniel James
2007-12-07 01:12:02 +00:00
parent ce5c967d18
commit cb1b967c39

View File

@@ -32,7 +32,7 @@ struct implicit
arg_from_python<Source> get_source(obj);
bool convertible = get_source.convertible();
BOOST_ASSERT(convertible);
BOOST_VERIFY(convertible);
new (storage) Target(get_source());