Features
Ranges
common_reference
: Needed for a lot of concepts
Testing
QEMU
- Run unit test & examples on QEMU emulations.
- Via
CMAKE_CROSSCOMPILING_EMULATOR
- For Emscripten this is set to
node
in the CMake toolchain file
clang-verify
Test that static assertion fire when they should.
constexpr auto get(complex< X > &z) noexcept -> X &
Definition complex.hpp:92
A container that encapsulates fixed size arrays.
Definition array.hpp:48
clang -Xclang -verify -c -std=c++20 -Iinclude test.cpp