Package: catch2 / 3.7.1-0.4

Metadata

Package Version Patches format
catch2 3.7.1-0.4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream_Use isatty when using GNU libc.patch | (download)

extras/catch_amalgamated.cpp | 2 1 1 - 0 !
src/catch2/internal/catch_console_colour.cpp | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 use isatty() when using gnu libc
 While isatty() is a POSIX interface and theoretically could be used
 more broadly than on Linux and macOS, use a conservative approach and
 use it on any platform that uses GNU libc.
 .
 Manually apply the change also to the "amalgamated" header.
fix alignment.patch | (download)

src/catch2/benchmark/catch_constructor.hpp | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

---