Skip to content

Move to C++14: Move to std::get<type>(..) instead of xsimd::detail::get #2830

Move to C++14: Move to std::get<type>(..) instead of xsimd::detail::get

Move to C++14: Move to std::get<type>(..) instead of xsimd::detail::get #2830

name: C++ -fno-except compatibility
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install g++
- name: Setup
run: |
mkdir _build
cd _build && cmake .. -DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-fno-exceptions
- name: Build
run: cmake --build _build