clang 10 does not implement p0960r3, so we must define a constructor for fmt_hex.
@@ -56,6 +56,7 @@ struct hash<bytes_view> {
struct fmt_hex {
bytes_view& v;
fmt_hex(bytes_view& v) noexcept : v(v) {}
};
std::ostream& operator<<(std::ostream& os, const fmt_hex& hex);
The note is not visible to the blocked user.