FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Add noexcept support for Python 2 #381

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

Identical approach taken as that for Python 3 template.

Drive-by format fixes to Python 2 template made as diff between py3.tmpl and py2.tmpl was open.

closes #256