Fix warning C26439

This commit is contained in:
Jiwoo Park
2024-04-19 09:06:46 -07:00
committed by Victor Zverovich
parent f746a59a5c
commit f4b256c667
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ class file_buffer final : public buffer<char> {
public:
FMT_API file_buffer(cstring_view path, const ostream_params& params);
FMT_API file_buffer(file_buffer&& other);
FMT_API file_buffer(file_buffer&& other) noexcept;
FMT_API ~file_buffer();
void flush() {