X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fexperimental%2Flogging%2FLogStream.cpp;h=3bf4acf677391329911bef91cd0bd6c18d12841e;hp=947d76d7f2ba2c7e3ee0e212fa820d82a742ee64;hb=a219d071ce833de7736d9ecba566be672f5da0c6;hpb=3e0109050b85eed86eaee3b9affeb512b1e0da9a diff --git a/folly/experimental/logging/LogStream.cpp b/folly/experimental/logging/LogStream.cpp index 947d76d7..3bf4acf6 100644 --- a/folly/experimental/logging/LogStream.cpp +++ b/folly/experimental/logging/LogStream.cpp @@ -46,7 +46,7 @@ LogStreamBuffer::int_type LogStreamBuffer::overflow(int_type ch) { } } -LogStream::LogStream() { +LogStream::LogStream() : std::ostream(nullptr) { rdbuf(&buffer_); }