[LLVMbugs] [Bug 24304] Segmentation fault: 11 with >= in lambda in c++11
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 30 10:55:29 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24304
Dimitry Andric <dimitry at andric.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dimitry at andric.com
Resolution|--- |INVALID
--- Comment #2 from Dimitry Andric <dimitry at andric.com> ---
You cannot use >= to compare elements, when using std::sort(). See also bug
16819 and bug 22993.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150730/1e094397/attachment.html>
More information about the llvm-bugs
mailing list