mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
don't #include <algorithm> into the llvm namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a6cdb6b50
commit
7b6113c6e2
@ -246,7 +246,9 @@ static inline int array_pod_sort_comparator(const void *P1, const void *P2) {
|
||||
///
|
||||
/// NOTE: If qsort_r were portable, we could allow a custom comparator and
|
||||
/// default to std::less.
|
||||
}
|
||||
#include <algorithm>
|
||||
namespace llvm {
|
||||
|
||||
template<class IteratorTy>
|
||||
static inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
|
||||
|
Loading…
Reference in New Issue
Block a user