Re: [PATCH v2] ci: test stdatomic API

2023-10-17 Thread David Marchand
On Tue, Oct 17, 2023 at 9:15 AM David Marchand wrote: > > Add some compilation tests with C11 atomics enabled. > The headers check can't be enabled (as gcc and clang don't provide > stdatomic before C++23). > > Signed-off-by: David Marchand > Reviewed-by: Aaron Conole Applied, thanks. -- Dav

[PATCH v2] ci: test stdatomic API

2023-10-17 Thread David Marchand
Add some compilation tests with C11 atomics enabled. The headers check can't be enabled (as gcc and clang don't provide stdatomic before C++23). Signed-off-by: David Marchand Reviewed-by: Aaron Conole --- Changelog from v1: - following Thomas offlist review, tweaked coverage in test-meson-buil