FFIG / ffig

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

N261: Support for noexcept functions in Go bindings. #401

Closed ajbennieston closed 6 years ago

ajbennieston commented 6 years ago

What does this PR do?

This commit modifies the Go templates to support calling functions marked as noexcept via their _noexcept C API wrappers.

Closes #261.