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

            Bug ID: 69287
           Summary: libstdc++-v3/include/debug/functions.h:297: bad
                    comparison ?
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

[trunk/libstdc++-v3/include/debug/functions.h:297] ->
[trunk/libstdc++-v3/include/debug/functions.h:297]: (style) Same expression on
both sides of '<'.

   __glibcxx_assert(__first == __last || !(*__first < *__first));

Maybe
   __glibcxx_assert(__first == __last || !(*__first < *__last));

Reply via email to