nevermind... I was confusing Standard C++ Library header. with TS C++
Library header !
El dom., 7 jun. 2020 a las 13:00, Sergio Belkin ()
escribió:
> Hi,
>
> I'd like to check the presence of experimental/unordered_map and
> experimental/unordered_set so I have in configure.ac:
>
> AC_ARG_ENABLE
Hi,
I'd like to check the presence of experimental/unordered_map and
experimental/unordered_set so I have in configure.ac:
AC_ARG_ENABLE([experimental],
[ --enable-experimentalenable unordered map and unordered set],
AC_CXX_HEADER_UNORDERED_SET
AC_CXX_HEADER_UNORDERED_MAP
, AC_CXX_GNUC