From 9e7e63c68712c4c18a8b9405978437d24548a5b0 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Sat, 29 Sep 2012 20:54:03 +0100 Subject: [PATCH] Regenerated single include --- single_include/catch.hpp | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 819708c3..544a4ab3 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,5 +1,5 @@ /* - * Generated: 2012-09-26 21:42:33.317309 + * Generated: 2012-09-29 20:53:48.580228 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -228,11 +228,6 @@ namespace Catch { struct IGeneratorsForTest; struct IConfig; - class StreamBufBase : public std::streambuf { - public: - virtual ~StreamBufBase(); - }; - struct IContext { virtual ~IContext(); @@ -1098,6 +1093,8 @@ private: // #included from: catch_totals.hpp #define TWOBLUECUBES_CATCH_TOTALS_HPP_INCLUDED +#include + namespace Catch { struct Counts { @@ -2040,6 +2037,19 @@ namespace Catch { // #included from: catch_stream.hpp #define TWOBLUECUBES_CATCH_STREAM_HPP_INCLUDED +// #included from: catch_streambuf.h +#define TWOBLUECUBES_CATCH_STREAMBUF_H_INCLUDED + +#include + +namespace Catch { + + class StreamBufBase : public std::streambuf { + public: + virtual ~StreamBufBase(); + }; +} + #include #include @@ -5480,6 +5490,7 @@ namespace Catch { #define TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED #include +#include #include #include