bsl icon indicating copy to clipboard operation
bsl copied to clipboard

Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical systems applications

Results 2 bsl issues
Sort by recently updated
recently updated
newest added

The example code in README.md aims to test the `+=` operator of `safe_umx`, but because it adds 42 to 0, it would also pass if the operator was (incorrectly) implemented...

Hi, My mac has llvm/clang 12 (and I know your README says that only clang 11 is supported). I have made some small changes to the CMake file to support...