General cleanup

This commit is contained in:
Martin Hořeňovský 2017-07-25 22:13:14 +02:00
parent 1a96175bb2
commit 9de729b515
11 changed files with 12 additions and 32 deletions

View file

@ -168,4 +168,10 @@ namespace Catch {
m_guardException = false;
}
CopyableStream& ResultBuilder::m_stream() {
static CopyableStream s;
return s;
}
} // end namespace Catch