| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement P0513R0 - "Poisoning the Hash" | Eric Fiselier | 2017-01-21 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | Summary: Exactly what the title says. This patch also adds a `std::hash<nullptr_t>` specialization in C++17, but it was not added by this paper and I can't find the actual paper that adds it. See http://wg21.link/P0513R0 for more info. If there are no comments in the next couple of days I'll commit this Reviewers: mclow.lists, K-ballo, EricWF Reviewed By: EricWF Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D28938 llvm-svn: 292684 | ||||
| * | libc++ implements its' hash objects as deriving from std::unary_function, ↵ | Marshall Clow | 2015-01-07 | 1 | -2/+2 |
| | | | | | | | and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. llvm-svn: 225403 | ||||
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -0/+48 |
| llvm-svn: 224658 | |||||

