[pygccxml-development] create_castinig_constructor=True (sic)
Brought to you by:
mbaas,
roman_yakovenko
From: Kevin B. <kev...@gm...> - 2006-09-26 16:12:27
|
At line 206 of module_builder/buildper.py, argument create_castinig_constructor is defaulted to True. I see at line 234 a deprecation warning: "create_castinig_constructor argument is deprecated and should not be used." Shouldn't that argument be defaulted to False, to force users to explicitly set the allow_implicit_conversion constructor property if they want that behavior? Also, if you didn't notice, the argument should be spelled: 'create_casting_constructor'. Thanks, --- Kevin |