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

Use lamdas to reduce size of the generated code into AutoGenWrap.cpp #55

Open PetrPPetrov opened 6 years ago

PetrPPetrov commented 6 years ago

exception catching code is copy-pasted - need to insert it to some common and reusable method or function