New version of Clara that fixes operator= issue with ref member (#265)
This commit is contained in:
parent
472dc2a61f
commit
af8cd98f20
4 changed files with 103 additions and 77 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue