Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion unittests/doctest.h
Original file line number Diff line number Diff line change
Expand Up @@ -6424,7 +6424,7 @@ void Context::setCout(std::ostream* out) { p->cout = out; }
static class DiscardOStream : public std::ostream
{
private:
class : public std::streambuf
class discardBufStream: public std::streambuf
{
private:
// allowing some buffering decreases the amount of calls to overflow
Expand Down