Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test build failures due to missing noexcept (gcc-12)
alt_string has multiple member functions that should be marked noexcept. Compilation failures result from the warning flag -Werror=noexcept and gcc-12.
- Loading branch information