mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +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
|
||||
/*
|
||||
toString for tuples
|
||||
*/
|
||||
|
||||
// toString for tuples
|
||||
namespace TupleDetail {
|
||||
template<
|
||||
typename Tuple,
|
||||
|
Reference in New Issue
Block a user