mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Fix one more Windows issue.
This commit is contained in:
4
format.h
4
format.h
@@ -1130,13 +1130,13 @@ for example a file opening error.
|
|||||||
*/
|
*/
|
||||||
class SystemError : public internal::SystemErrorBase {
|
class SystemError : public internal::SystemErrorBase {
|
||||||
private:
|
private:
|
||||||
typedef char Char; // For FMT_VARIADIC_CTOR.
|
|
||||||
|
|
||||||
void init(int error_code, StringRef format_str, const ArgList &args);
|
void init(int error_code, StringRef format_str, const ArgList &args);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
int error_code_;
|
int error_code_;
|
||||||
|
|
||||||
|
typedef char Char; // For FMT_VARIADIC_CTOR.
|
||||||
|
|
||||||
SystemError() {}
|
SystemError() {}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user