mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-04 10:58:06 +00:00
build 21
This commit is contained in:
parent
1aa60fada9
commit
f385a0b13d
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* CATCH v1.0 build 20 (master branch)
|
||||
* Generated: 2013-12-18 08:38:15.171445
|
||||
* CATCH v1.0 build 21 (master branch)
|
||||
* Generated: 2013-12-19 18:42:03.734896
|
||||
* ----------------------------------------------------------
|
||||
* This file has been merged from multiple headers. Please don't edit it directly
|
||||
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
|
||||
|
@ -2096,7 +2096,7 @@ namespace Detail {
|
|||
|
||||
std::string toString() const {
|
||||
std::ostringstream oss;
|
||||
oss << "Approx( " << m_value << " )";
|
||||
oss << "Approx( " << Catch::toString( m_value ) << " )";
|
||||
return oss.str();
|
||||
}
|
||||
|
||||
|
@ -6166,7 +6166,7 @@ namespace Catch {
|
|||
namespace Catch {
|
||||
|
||||
// These numbers are maintained by a script
|
||||
Version libraryVersion( 1, 0, 20, "master" );
|
||||
Version libraryVersion( 1, 0, 21, "master" );
|
||||
}
|
||||
|
||||
// #included from: catch_text.hpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue