Roland Reichwein 5dc682b7ff
Support for C++26 (#1375)
Includes C++26 related infrastructure macros.
Fixes compile errors when compiling under C++26.
Initially supported C++26 features:

- [[indeterminate]]
- new 2022 ISO prefixes in ratio.h
- atomic fetch_max() and fetch_min()
- is_virtual_base_of
- is_trivially_relocatable and trivially_relocate
- saturation arithmetic: add_sat, sub_sat, mul_sat, div_sat, saturate_cast
2026-04-15 15:53:29 +02:00
..
clang-c++11.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
clang-c++14.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
clang-c++17.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
clang-c++20.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
clang-c++23.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
clang-c++26.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
clang-format_update.yaml Added manually triggered clang-format action 2026-04-03 16:55:18 +01:00
clang-format.yaml Treefmt config 2026-04-02 08:19:45 +01:00
clang-syntax-checks.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
coverage.yml Fix coverage workflow for action version (#1384) 2026-04-11 10:38:39 +02:00
gcc-c++11.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
gcc-c++14.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
gcc-c++17.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
gcc-c++20.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
gcc-c++23-armhf.yml Extensions for testing (#1380) 2026-04-15 10:47:52 +02:00
gcc-c++23-i386.yml Extensions for testing (#1380) 2026-04-15 10:47:52 +02:00
gcc-c++23-powerpc.yml Extensions for testing (#1380) 2026-04-15 10:47:52 +02:00
gcc-c++23-riscv64.yml Extensions for testing (#1380) 2026-04-15 10:47:52 +02:00
gcc-c++23-s390x.yml Extensions for testing (#1380) 2026-04-15 10:47:52 +02:00
gcc-c++23.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
gcc-c++26.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
gcc-syntax-checks.yml Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
generator.yml Change generators to reflect changes in fsm.h and type_traits.h (#1211) 2025-11-27 08:54:13 +00:00
msvc.yml Print test names at test time (#1343) 2026-03-12 20:08:22 +00:00
platformio-update.yml Updated PlatformIO action 2025-08-13 16:10:35 +01:00