mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
dev build 14
- workaround for uncaught_exception issue - avoid mutating vector while iterating it (due to re-entrancy)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Catch {
|
||||
return os;
|
||||
}
|
||||
|
||||
Version libraryVersion( 1, 2, 1, "develop", 13 );
|
||||
Version libraryVersion( 1, 2, 1, "develop", 14 );
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user