The header is introduced in C++20.
$ g++ test.cpp -I./include -std=c++14
In file included from ./include/xsimd/types/../arch/./xsimd_common.hpp:16,
from ./include/xsimd/types/../arch/xsimd_isa.hpp:140,
from ./include/xsimd/types/xsimd_batch.hpp:520,
from ./include/xsimd/xsimd.hpp:77,
from test.cpp:1:
./include/xsimd/types/../arch/././common/xsimd_common_bit.hpp:8:10: fatal error: version: No such file or directory
#include <version>
^~~~~~~~~
compilation terminated.
Problem
The header is introduced in C++20.
Build Log