mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Remove unused SimpleErrorReporter.
This commit is contained in:
parent
4edc88f609
commit
f86c812e1a
6
format.h
6
format.h
@ -544,12 +544,6 @@ void FormatWinErrorMessage(
|
|||||||
fmt::Writer &out, int error_code, fmt::StringRef message);
|
fmt::Writer &out, int error_code, fmt::StringRef message);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct SimpleErrorReporter {
|
|
||||||
void operator()(const void *, fmt::StringRef message) const {
|
|
||||||
throw fmt::FormatError(message);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
// Throws Exception(message) if format contains '}', otherwise throws
|
// Throws Exception(message) if format contains '}', otherwise throws
|
||||||
// FormatError reporting unmatched '{'. The idea is that unmatched '{'
|
// FormatError reporting unmatched '{'. The idea is that unmatched '{'
|
||||||
// should override other errors.
|
// should override other errors.
|
||||||
|
Loading…
Reference in New Issue
Block a user