Moved a lot of stream related stuff out of the public headers and replaced more ostream dependencies with iosfwd

This commit is contained in:
Phil Nash
2017-11-07 15:55:09 +00:00
parent c9cdb9a48f
commit 868e125d49
9 changed files with 118 additions and 154 deletions

View File

@@ -11,7 +11,7 @@
#include "catch_tostring.h"
#include "catch_stringref.h"
#include <ostream>
#include <iosfwd>
#ifdef _MSC_VER
#pragma warning(push)