Files
swift-mirror/include/swift/Basic/StableHasher.h
Tony Allevato cfc8ca6418 Replace generic basic_string overloads of StableHasher::combine with concrete ones.
The generic `char_traits` implementation was deprecated and has since
been removed from libc++ (https://reviews.llvm.org/D157058). When
building with a libc++ that has it removed, the `basic_string<T>`
overloads cause errors during template substitution.
2023-08-29 13:27:13 -04:00

8.1 KiB