toString for std:tuple
This commit is contained in:
Phil Nash
2014-12-30 18:47:29 +00:00
parent 50183208a3
commit 7f5615272b
3 changed files with 80 additions and 33 deletions

View File

@@ -13,7 +13,7 @@
namespace Catch {
// These numbers are maintained by a script
Version libraryVersion( 1, 1, 12, "develop" );
Version libraryVersion( 1, 1, 13, "develop" );
}
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED