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
The remaining misusednoexcept use is caused by dynamic memory allocations in the internal API.
These all should ideally be replaced by a memory pool in the stack, so keeping bugprone-exception-escape issues in the code intentionally as a reminder to clean this up.
The remaining misused
noexcept
use is caused by dynamic memory allocations in the internal API.These all should ideally be replaced by a memory pool in the stack, so keeping
bugprone-exception-escape
issues in the code intentionally as a reminder to clean this up.Also see #58 and #60
The text was updated successfully, but these errors were encountered: