Commit d6b34d7b authored by gabime's avatar gabime

Updated to fmt version 796beaaddb5226162fe00c2c55e322d80d26f3d8

parent bd6fe569
...@@ -1369,7 +1369,7 @@ struct ConvertToInt ...@@ -1369,7 +1369,7 @@ struct ConvertToInt
{ {
enum enum
{ {
enable_conversion = sizeof(convert(get<T>())) == sizeof(Yes) enable_conversion = sizeof(fmt::internal::convert(get<T>())) == sizeof(Yes)
}; };
enum enum
{ {
......
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