From 572911d8802f988992bb7075c09da724d23718fe Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 4 Mar 2015 18:33:31 +0000 Subject: [PATCH] Changed comment to work around header stitching bug --- include/internal/catch_tostring.h | 5 ++--- single_include/catch.hpp | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/include/internal/catch_tostring.h b/include/internal/catch_tostring.h index 6265cf20..8e6e1581 100644 --- a/include/internal/catch_tostring.h +++ b/include/internal/catch_tostring.h @@ -202,9 +202,8 @@ std::string toString( std::vector const& v ) { #ifdef CATCH_CPP11_OR_GREATER - /* - toString for tuples - */ + +// toString for tuples namespace TupleDetail { template< typename Tuple, diff --git a/single_include/catch.hpp b/single_include/catch.hpp index d5bf7d49..29647904 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* * CATCH v1.1 build 14 (develop branch) - * Generated: 2015-03-04 08:22:47.319013 + * Generated: 2015-03-04 18:32:24.627737 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -1234,8 +1234,8 @@ std::string toString( std::vector const& v ) { } #ifdef CATCH_CPP11_OR_GREATER - toString for tuples - */ + +// toString for tuples namespace TupleDetail { template< typename Tuple,