Merge pull request #6498 from berak:python_size_t
This commit is contained in:
commit
16f4baa3f6
@ -228,6 +228,7 @@ gen_template_rw_prop_init = Template("""
|
|||||||
|
|
||||||
simple_argtype_mapping = {
|
simple_argtype_mapping = {
|
||||||
"bool": ("bool", "b", "0"),
|
"bool": ("bool", "b", "0"),
|
||||||
|
"size_t": ("size_t", "I", "0"),
|
||||||
"int": ("int", "i", "0"),
|
"int": ("int", "i", "0"),
|
||||||
"float": ("float", "f", "0.f"),
|
"float": ("float", "f", "0.f"),
|
||||||
"double": ("double", "d", "0"),
|
"double": ("double", "d", "0"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user