https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98456
--- Comment #2 from moub.ahmed at hotmail dot com --- (In reply to Jonathan Wakely from comment #1) > (In reply to moub.ahmed from comment #0) > > This uses std::get : > > > > https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/std/ > > ranges#L3050 > > > > Whereas the standard uses get: > > > > https://eel.is/c++draft/range.elements#view > > But when it says "get" it means "::std::get", see > https://eel.is/c++draft/contents#3 > > std::get is not a customization point. I see. Thank you for the reply.