You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catch2 is based on top of C++11 and making asserts thread safe is much easier. That is planned for Catch2 but not implemented yet. For Catch 1 however that feature will never be implemented.
Pretty much the above: There was a slight possibility that someone would be crazy enough to implement it in C++98, or add extra compile time configuration branches for it. At some point it should become part of Catch2, as C++11 makes it much easier, but it is not in yet.
How did you read it? Would it help if it said something along the lines of "not supported in Catch v1.x, not going to be supported in Catch v1.x, but there are plans for support in Catch v2.x"?
"This limitation is highly unlikely to be lifted before Catch 2 is released"... Well it's not "highly unlikely", it's literally impossible. The probability is exactly zero. Catch 2 has already been released. So I reached the conclusion that the text was out of date, the information was not reliable and so it was equally possible that Catch 2 supported or not supported thread safe assertions.
I'm just reading about Catch for first time. Finding "This limitation is highly unlikely to be lifted before Catch 2 is released" in https://github.com/catchorg/Catch2/blob/master/docs/limitations.md is confusing.
The text was updated successfully, but these errors were encountered: