mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Fix one more Windows issue.
This commit is contained in:
parent
182d8178fe
commit
c6eb12d1d4
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user