Searched refs:unformattable (Results 1 – 3 of 3) sorted by relevance
197 struct unformattable {}; struct200 EXPECT_FALSE((fmt::has_formatter<std::vector<unformattable>, in TEST()
1123 struct unformattable {};1233 unformattable map(...) { return {}; }1421 template <typename T> int check(unformattable) {
161 * Improved error reporting for unformattable types: now you'll get the type name