Merge pull request #4860 from RosettaCommons/jadolfbr/strongt
Add default constructor for StrongType to allow use in maps.
Thanks to @JackMaguire for the constructor fix here!
- Add default constructor to StrongType to allow use in maps
- Add a const ref operator to allow more common functionality
- Add decrement operators
- Add note that +/- operators are implicit