[all-commits] [llvm/llvm-project] ef620c: [Support] Don't include <algorithm> in Hashing.h
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Apr 16 09:06:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef620c40f371e7e3269bd8bef57d069330baa355
https://github.com/llvm/llvm-project/commit/ef620c40f371e7e3269bd8bef57d069330baa355
Author: Nico Weber <thakis at chromium.org>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M llvm/include/llvm/ADT/Hashing.h
Log Message:
-----------
[Support] Don't include <algorithm> in Hashing.h
The include is for std::swap(), but that's in <utility> in C++11,
and Hashing.h already includes that.
Differential Revision: https://reviews.llvm.org/D100657
More information about the All-commits
mailing list