mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 13:25:41 +02:00
Changed comment to work around header stitching bug
This commit is contained in:
@@ -202,9 +202,8 @@ std::string toString( std::vector<T,Allocator> const& v ) {
|
|||||||
|
|
||||||
|
|
||||||
#ifdef CATCH_CPP11_OR_GREATER
|
#ifdef CATCH_CPP11_OR_GREATER
|
||||||
/*
|
|
||||||
toString for tuples
|
// toString for tuples
|
||||||
*/
|
|
||||||
namespace TupleDetail {
|
namespace TupleDetail {
|
||||||
template<
|
template<
|
||||||
typename Tuple,
|
typename Tuple,
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* CATCH v1.1 build 14 (develop branch)
|
* 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
|
* This file has been merged from multiple headers. Please don't edit it directly
|
||||||
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
|
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
|
||||||
@@ -1234,8 +1234,8 @@ std::string toString( std::vector<T,Allocator> const& v ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CATCH_CPP11_OR_GREATER
|
#ifdef CATCH_CPP11_OR_GREATER
|
||||||
toString for tuples
|
|
||||||
*/
|
// toString for tuples
|
||||||
namespace TupleDetail {
|
namespace TupleDetail {
|
||||||
template<
|
template<
|
||||||
typename Tuple,
|
typename Tuple,
|
||||||
|
Reference in New Issue
Block a user