implicit conversion of string to switch
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.
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.
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
changed the description
mentioned in commit 5bd7a7298a8b1b8cef35f042534f453afbe7ee4b
closed