https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234022
--- Comment #8 from Dimitry Andric <[email protected]> --- (In reply to Tobias C. Berner from comment #4) > It seems the fix is a bit messier than hoped for. > Pushing for std=c++17 will mean hitting removed auto_ptr in kf5-akonadi. > > dim: > https://github.com/KDE/kmail/blob/master/agents/unifiedmailboxagent/utils. > h#L27 Hm, I don't see why that header needs <optional> at all? It does not use std::optional anywhere, so maybe just remove the (seemingly) unnecessary include? -- You are receiving this mail because: You are on the CC list for the bug.
