rm5248/libcppgenerate

Default arguments don't output correctly

Closed this issue · 0 comments

When you have a class that has default arguments to a constructor, the code that is output will be incorrect(the default argument will only show up in the cpp file, not in the h file).

See: dbus-cxx/dbus-cxx#5