Skip to content

Replace std::min with ternary operators to avoid <algorithm> dependency #782

Replace std::min with ternary operators to avoid <algorithm> dependency

Replace std::min with ternary operators to avoid <algorithm> dependency #782

name: Ubuntu 22.04 CI Sanitized (GCC 11)
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6.0.2
- name: Use cmake
run: |
mkdir build &&
cd build &&
cmake -DFASTFLOAT_TEST=ON -D FASTFLOAT_SANITIZE=ON .. &&
cmake --build . &&
ctest --output-on-failure