includes:
- SFINAE version of IsStreamable (where available)
- new Text class that replaces LineWrapper (internal)
- fix for spurious double exception reporting (#164)
This commit is contained in:
Phil Nash
2013-04-20 21:07:32 +01:00
parent 2666c96d4e
commit 19279250e8
4 changed files with 268 additions and 149 deletions

View File

@@ -13,7 +13,7 @@
namespace Catch {
// These numbers are maintained by a script
Version libraryVersion( 0, 9, 33, "integration" );
Version libraryVersion( 0, 9, 34, "integration" );
}
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED