Fix warning C26439
This commit is contained in:
committed by
Victor Zverovich
parent
f746a59a5c
commit
f4b256c667
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user