mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-08 23:29:53 +01:00
Changed comment to work around header stitching bug
This commit is contained in:
parent
a806c3e700
commit
572911d880
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user