Closed andijcr closed 2 years ago
example
shouldn't noexcept on a member function generate the same implicit try ... catch block, as it happens for a free function, or it's just a case of clang not doing it?
Hello @andijcr,
thanks for reporting this. My apologies. This is a bug in my implementation. I left the member function case out. A fix is on its way.
Andreas
example
shouldn't noexcept on a member function generate the same implicit try ... catch block, as it happens for a free function, or it's just a case of clang not doing it?