Closed leighmcculloch closed 11 months ago
Add back conversions from String to ScSymbol.
In #329 I removed conversions from String<>ScVal::Symbol/ScSymbol due to ambiguity because of ScVal::String also being a string type.
However, I should have left the String<>ScSymbol conversions in place, because they aren't ambiguous.
What
Add back conversions from String to ScSymbol.
Why
In #329 I removed conversions from String<>ScVal::Symbol/ScSymbol due to ambiguity because of ScVal::String also being a string type.
However, I should have left the String<>ScSymbol conversions in place, because they aren't ambiguous.