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

detail-ified the gen_*.py scripts

changed defaults to handle up to 10 arguments


[SVN r8274]
This commit is contained in:
Dave Abrahams
2000-11-21 15:00:54 +00:00
parent b7805af02c
commit caae49861f
12 changed files with 1753 additions and 218 deletions

View File

@@ -105,7 +105,6 @@ namespace detail {
private:
const_reference value;
};
}
class ExtensionInstance;
class InstanceHolderBase;
@@ -150,7 +149,7 @@ struct Init%x : Init
{ return typeid(void (*)(T&%(, A%n%%))).name(); }
};""", args) + """
}
}} // namespace py::detail
#endif // INIT_FUNCTION_DWA052000_H_
""")