error: missing 'typename' prior to dependent type name 'detail::tuple_or_pair_impl<Ts...>::type' using tuple_or_pair = detail::tuple_or_pair_impl<Ts...>::type;
This may be related to another issue I have had using zip with std::view and it failing to compile (in MSCV) because of some indecipherable templating error
In Godbolt, I have imported zip.hpp (by manualling copy and pasting)
https://godbolt.org/z/vrcaP6jbj
Not compiling in clang :
error: missing 'typename' prior to dependent type name 'detail::tuple_or_pair_impl<Ts...>::type' using tuple_or_pair = detail::tuple_or_pair_impl<Ts...>::type;
This may be related to another issue I have had using zip with std::view and it failing to compile (in MSCV) because of some indecipherable templating error