Fixes toString forward reference issue:

- as raised in https://github.com/philsquared/Catch/pull/195
This commit is contained in:
Phil Nash
2013-09-14 19:58:45 +01:00
parent f7378eebb6
commit 1e2f1d1603
10 changed files with 18 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
/*
* CATCH v1.0 build 9 (master branch)
* Generated: 2013-09-07 12:04:25.989589
* CATCH v1.0 build 10 (master branch)
* Generated: 2013-09-14 19:56:34.776409
* ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@@ -703,6 +703,9 @@ namespace Detail {
} // end namespace Detail
template<typename T>
std::string toString( T const& value );
template<typename T>
struct StringMaker :
Detail::StringMakerBase<Detail::IsStreamInsertable<T>::value> {};
@@ -6352,7 +6355,7 @@ namespace Catch {
namespace Catch {
// These numbers are maintained by a script
Version libraryVersion( 1, 0, 9, "master" );
Version libraryVersion( 1, 0, 10, "master" );
}
// #included from: catch_text.hpp