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
..
CMakeLists.txt Support for C++26 (#1375) 2026-04-15 15:53:29 +02:00
etl_profile.h Added tests for error handler macros 2022-07-24 12:52:58 +01:00
test_error_handler.cpp Formatted source files 2026-04-02 14:11:45 +01:00