Commit 926233bd authored by Victor Zverovich's avatar Victor Zverovich

Fix test

parent 0683fa7d
...@@ -2439,6 +2439,8 @@ struct custom_char { ...@@ -2439,6 +2439,8 @@ struct custom_char {
operator int() const { return value; } operator int() const { return value; }
}; };
int to_ascii(custom_char c) { return c; }
FMT_BEGIN_NAMESPACE FMT_BEGIN_NAMESPACE
template <> struct is_char<custom_char> : std::true_type {}; template <> struct is_char<custom_char> : std::true_type {};
FMT_END_NAMESPACE FMT_END_NAMESPACE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment