Custom Optional Replaced With Standard
There's no longer any need to keep the custom implementation of Optional. This should be replaced with the standard one.
- Replace all output stream operators of Optional to be a function called print.
- Replace all Optional with optional
Edited by John Schneiderman