FFIG / ffig

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

Make Shape test class methods noexcept #392

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

Shape methods should be made noexcept as they would test the new noexcept support rather nicely.

jbcoe commented 6 years ago

This can't be done without meddling with the test mocks.