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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I think we should just change it to check __cpp_lib_concepts, which is only
true for C++20 anyway:

-#if __cplusplus <= 201703L
+#if ! __cpp_lib_concepts


That is the right condition for using __clamp_iter_cat, iter_value_t,
iter_difference_t and iter_reference_t.

Reply via email to