mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.
4.7 KiB
4.7 KiB