Deal with auto_ptr and random_shuffle hard deprecations in C++14
This commit is contained in:
Phil Nash
2016-06-09 08:19:23 +01:00
parent be3570ef22
commit ac220289a6
3 changed files with 40 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ namespace Catch {
return os;
}
Version libraryVersion( 1, 5, 4, "", 0 );
Version libraryVersion( 1, 5, 5, "", 0 );
}