Skip to content
Snippets Groups Projects
Commit 3b16c365 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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.
parent b3128e6c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment