https://bugs.kde.org/show_bug.cgi?id=437376
Bug ID: 437376
Summary: Build failures with GCC 11.1.0 caused by
40b95326e2d1a3ac216b6e957430165e4fbc8417
Product: drkonqi
Version: unspecified
Platform: Compiled Sources
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
```
/run/media/valmar/DataSSD/kde/sources/plasma/drkonqi/src/coredump/processor/main.cpp:149:13:
error: ‘optional’ in namespace ‘std’ does not name a template type
149 | static std::optional<Coredump> makeDump(sd_journal *context)
| ^~~~~~~~
/run/media/valmar/DataSSD/kde/sources/plasma/drkonqi/src/coredump/processor/main.cpp:27:1:
note: ‘std::optional’ is defined in header ‘<optional>’; did you forget to
‘#include <optional>’?
26 | #include "../socket.h"
+++ |+#include <optional>
27 |
/run/media/valmar/DataSSD/kde/sources/plasma/drkonqi/src/coredump/processor/main.cpp:
In member function ‘void CoredumpWatcher::processLog()’:
/run/media/valmar/DataSSD/kde/sources/plasma/drkonqi/src/coredump/processor/main.cpp:194:35:
error: ‘makeDump’ was not declared in this scope
194 | const auto optionalDump = makeDump(context.get());
| ^~~~~~~~
```
--
You are receiving this mail because:
You are watching all bug changes.