Fix error in Optional.h for C++17 compilers
Fixed declaration of converting constructor from std::optional that is enabled when compiling with --std=c++17.
Resolves #77 (closed).
Fixed declaration of converting constructor from std::optional that is enabled when compiling with --std=c++17.
Resolves #77 (closed).