[Bug libstdc++/69287] New: libstdc++-v3/include/debug/functions.h:297: bad comparison ?
dcb314 at hotmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jan 14 21:43:00 GMT 2016
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));
More information about the Gcc-bugs
mailing list