issues
search
Chaste
/
cppwg
An automatic Python wrapper generator for C++ code.
BSD 3-Clause "New" or "Revised" License
46
stars
8
forks
source link
Cosmetic template enhancements
#55
Closed
kwabenantim
closed
2 months ago
kwabenantim
commented
2 months ago
Supports #30, #19, #13
Changes
Format of Python names for templated classes changed from
Foo2_2
to
Foo_2_2
Various cosmetic enhancements to make generated wrappers more human readable.
Supports #30, #19, #13
Changes
Foo2_2
toFoo_2_2