- Fixed endianness when converting numbers to hex strings
- Added option to show invisibles (/t, /n) in printed strings with -i
- moved toString() impls to impl file
- avoid allocations for static strings used in reporter
This commit is contained in:
Phil Nash 2014-04-23 07:10:10 +01:00
parent 31caba4f73
commit aef6cd5332
3 changed files with 186 additions and 122 deletions

View file

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