Changed comment to work around header stitching bug

This commit is contained in:
Phil Nash
2015-03-04 18:33:31 +00:00
parent a806c3e700
commit 572911d880
2 changed files with 5 additions and 6 deletions

View File

@@ -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,