STYLE: make Switch construct from string explicit (issue #568)
- actually prevent this type of thing: Switch sw; sw = "none"; without relinquishing automatic conversion to/from bool. Nonetheless, make construct from string explicit. - Added some minor optimization for the lookup of the switch names.
Please register or sign in to comment