Files
swift-mirror/include/swift/Basic/Fingerprint.h
Saleem Abdulrasool 25d83bfb6b Basic: add explicit template parameters for disambiguation
When building with MSVC, this would fail to compile due to the `buffer`
type (`uint8_t [8]`) being treated as `unsigned char *`, which is
expecting to be SFINAE'd to fail find an overload for the hash
combination.
2021-01-23 13:32:20 -08:00

4.7 KiB