Make fc::unsigned_int constructor explicit
The to_string(const fc::unsigned_int& v) matched any type because of that constructor, which was messing with overload resolution. Mark this explicit, so that the compiler doesn't try construct unsigned_int from any type.
Loading
Please sign in to comment