http://llvm.org/bugs/show_bug.cgi?id=19547

Marshall Clow (home) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Marshall Clow (home) <[email protected]> ---
There it is:  25.4 [alg.sorting], which lists the requirements for a comparison
function.

p3: For algorithms other than those described in 25.4.3 to work correctly, comp
has to induce a strict weak ordering on the values.

Note that if you pass < (which does induce a strict weak ordering), the current
implementation of min_element returns the correct iterator.

Committed revision 207232 to add tests for this case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to