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

merged from HEAD

[SVN r35277]
This commit is contained in:
Dave Abrahams
2006-09-22 15:13:30 +00:00
parent b8b7768eb7
commit 36abcee847

View File

@@ -53,7 +53,7 @@ struct opaque
throw error_already_set();
}
register_self();
this->register_self();
}
}
@@ -86,7 +86,8 @@ private:
}
}
void register_self() {
void register_self()
{
converter::registration const *existing =
converter::registry::query (type_id<Pointee*>());