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
buffered_file::operator=(buffered_file&& other) is annotated as FMT_NOEXCEPT but calls close, which rightly is not annotated as FMT_NOEXCEPT because it throws .
The text was updated successfully, but these errors were encountered:
fmt/include/fmt/posix.h
Line 161 in 4afb39b
buffered_file::operator=(buffered_file&& other) is annotated as FMT_NOEXCEPT but calls close, which rightly is not annotated as FMT_NOEXCEPT because it throws .
The text was updated successfully, but these errors were encountered: