New version of Clara that fixes operator= issue with ref member (#265)

This commit is contained in:
Phil Nash 2014-03-24 18:15:04 +00:00
parent 472dc2a61f
commit af8cd98f20
4 changed files with 103 additions and 77 deletions

View file

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