[llvm-bugs] [Bug 36817] error: ‘sort’ is not a member of ‘llvm’
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Mar 20 02:17:07 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=36817
labath at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |labath at google.com
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from labath at google.com ---
There was a recent llvm refactor which introduced llvm::sort. Please make sure
all your repositories llvm are synced to the same (latest) revision. If that
doesn't help then, maybe you need to add some #include because the definition
of llvm::sort is not being picked up for some reason. If that is the case, let
me know, and I'll add the include.
--
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/20180320/755d960b/attachment.html>
More information about the llvm-bugs
mailing list