You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for noexcept keyword to embind. (#17140)
* Add support for noexcept keyword in C++ class methods
* Remove code duplication after adding support for noexcept
* Add support for noexcept keyword to embind.
This continues the work from #15273 and #10613 which supports the noexcept
keyword by ignoring it on c++17 compilers. I've also added a missing
template for class methods and tests for each possible use of noexcept.
Co-authored-by: Hunter Richards <hunter.a.richards@gmail.com>
0 commit comments