Skip to content

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).

Merge request reports

Loading