mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-15 07:20:05 +00:00
Clarify a comment
This commit is contained in:
parent
a8074a865a
commit
c108ee1d59
@ -343,7 +343,7 @@ class file {
|
||||
// Returns the memory page size.
|
||||
long getpagesize();
|
||||
|
||||
// A fast output stream without synchronization.
|
||||
// A fast output stream which is not thread-safe.
|
||||
class ostream : private detail::buffer<char> {
|
||||
private:
|
||||
file file_;
|
||||
|
Loading…
Reference in New Issue
Block a user