Methods called <type name><integer>
will be interpreted as constructors
#995
Labels
bug
Something isn't working
<type name><integer>
will be interpreted as constructors
#995
In
fun/mod.rs
we look for an integer suffix to the type name, and if it's there, we assume it's a constructor.We might need more metadata from
autocxx-bindgen
to do better.The text was updated successfully, but these errors were encountered: