PetrPPetrov / beautiful-capi

Beautiful Capi is a tool which automates the creation of compiler-independent and binary compatible C++ libraries across different C++ compilers
GNU General Public License v3.0
33 stars 4 forks source link

Add support overloaded methods #28

Closed RudenkoSergej closed 7 years ago

RudenkoSergej commented 7 years ago

Add support overloaded methods

PetrPPetrov commented 7 years ago

Add '_const' suffix for const methods.