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