implicit conversion of string to switch
View options
- Truncate descriptions
Closed Issue created
The Switch constructors (from string) allows this sort of thing:
Switch sw;
sw = "none";
these seems to be too much automatic conversion - constructor should be explicit.