Perils of systems programming.
© 2024. All rights reserved.
auto add(auto&& a, auto&& b) noexcept { return a + b; }