Почему не собираеться ARCsim
делал всё по гайду для версии 0.3.1:
https://github.com/DanielTakeshi/ARCSim-Installation-Instructions
вообщем при запуске make в корне проекта, я натыкаюсь на такуб ошибку:
/usr/include/c++/9/ostream:685:5: note: candidate: ‘template<class
_Ostream, class _Tp> typename
std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp>
>, std::__is_convertible_to_basic_ostream<_Ostream>,
std::__is_insertable<typename
std::__is_convertible_to_basic_ostream<_Tp>::__ostream_type, const
_Tp&, void> >::value, typename
std::__is_convertible_to_basic_ostream<_Tp>::__ostream_type>::type
std::operator<<(_Ostream&&, const _Tp&)’
685 | operator<<(_Ostream&& __os, const _Tp& __x)
| ^~~~~~~~
/usr/include/c++/9/ostream:685:5: note: template argument
deduction/substitution failed:
/usr/include/c++/9/ostream: In substitution of ‘template<class
_Ostream, class _Tp> typename
std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp>
>, std::__is_convertible_to_basic_ostream<_Ostream>,
std::__is_insertable<typename
std::__is_convertible_to_basic_ostream<_Tp>::__ostream_type, const
_Tp&,
void> >::value, typename
std::__is_convertible_to_basic_ostream<_Tp>::__ostream_type>::type
std::operator<<(_Ostream&&, const _Tp&) [with _Ostream =
std::basic_ostream<char>&; _Tp = std::basic_fstream<char>]’:
src/sparse.hpp:118:21: required from here
/usr/include/c++/9/ostream:685:5: error: no type named ‘type’ in
‘struct std::enable_if<false, std::basic_ostream<char>&>’
make: *** [Makefile:91: build/release/auglag.o] Ошибка 1