StringRef -> string_view, LongLong -> long_long
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ std::string read(File &f, std::size_t count) {
|
||||
|
||||
#endif // FMT_USE_FILE_DESCRIPTORS
|
||||
|
||||
std::string format_system_error(int error_code, fmt::StringRef message) {
|
||||
std::string format_system_error(int error_code, fmt::string_view message) {
|
||||
fmt::internal::MemoryBuffer<char> out;
|
||||
fmt::format_system_error(out, error_code, message);
|
||||
return to_string(out);
|
||||
|
||||
Reference in New Issue
Block a user