forked from fmtlib/fmt
Break long line
This commit is contained in:
3
format.h
3
format.h
@@ -2007,7 +2007,8 @@ class BasicWriter {
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
BasicWriter &operator<<(typename internal::WCharHelper<StringRef, Char>::Supported value) {
|
BasicWriter &operator<<(
|
||||||
|
typename internal::WCharHelper<StringRef, Char>::Supported value) {
|
||||||
const char *str = value.c_str();
|
const char *str = value.c_str();
|
||||||
buffer_.append(str, str + value.size());
|
buffer_.append(str, str + value.size());
|
||||||
return *this;
|
return *this;
|
||||||
|
Reference in New Issue
Block a user