Skip to content

Fix error in Optional.h for C++17 compilers

Morten Ofstad requested to merge feature/morten.ofstad/FixOptionalHeader into master

Fixed declaration of converting constructor from std::optional that is enabled when compiling with --std=c++17.

Resolves #77 (closed).

Merge request reports