https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102301

--- Comment #5 from 康桓瑋 <hewillk at gmail dot com> ---
(In reply to Jonathan Wakely from comment #4)
> Oh no, Patrick added them in r10-6508, and after PR 97512 it should work.
> Hmm.

I think it should not work because make_from_tuple uses std::get inside and is
defined before using ranges::get, this will cause some namespace and ADL
mechanisms to prevent it from being selected.

Reply via email to