mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-15 15:30: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.
|
// Returns the memory page size.
|
||||||
long getpagesize();
|
long getpagesize();
|
||||||
|
|
||||||
// A fast output stream without synchronization.
|
// A fast output stream which is not thread-safe.
|
||||||
class ostream : private detail::buffer<char> {
|
class ostream : private detail::buffer<char> {
|
||||||
private:
|
private:
|
||||||
file file_;
|
file file_;
|
||||||
|
Loading…
Reference in New Issue
Block a user