Skip to content

Remove unneeded include of C++17 <optional>

Seems that slipped in accidentally. But breaks build on older systems which do not yet have C++17 includes around. And also contradicts the claim in the toplevel CMakeLists,txt konsole is C++11 only.

Builds fine without that include on ancient and latest systems :)

Edited by Friedrich W. H. Kossebau

Merge request reports