From 693355cc7530535c2b43a85da775ea4901b67eb6 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 23 Nov 2015 10:29:29 +0000 Subject: [PATCH] Regenerated single header --- single_include/catch.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 5d0ef584..1a429108 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* * Catch v2.0.0-develop.1 - * Generated: 2015-11-23 10:08:41.422349 + * Generated: 2015-11-23 10:29:02.491468 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -3090,6 +3090,7 @@ namespace Catch { #include #include #include +#include namespace Catch { @@ -3121,7 +3122,7 @@ namespace Catch { }; class DebugOutStream : public IStream { - std::auto_ptr m_streamBuf; + CATCH_AUTO_PTR( StreamBufBase ) m_streamBuf; mutable std::ostream m_os; public: DebugOutStream();