https://github.com/philsquared/Catch
Raw File
Tip revision: f526ff0fc37ae00ff2c0dc8f6550bf8209c30afc authored by Martin Hořeňovský on 20 April 2022, 21:46:07 UTC
Bump version to v3.0.0 preview 5
Tip revision: f526ff0
.bazelrc
build:gcc9 --cxxopt=-std=c++2a
build:clang13 --cxxopt=-std=c++17
build:vs2019 --cxxopt=/std:c++17
build:vs2022 --cxxopt=/std:c++17
back to top