I have follow the instruction here to build libtorch from source, the compilation complete without error but when I run the minimum c++ example from the official website
It raise compilation error :
error: ‘size_t’ is not a member of ‘std’
: public integral_constant<std::size_t, sizeof...(_Elements)> { };
Please help !