Re: C++17 in Plasma

2020-08-24 Thread David Edmundson
On Fri, Aug 21, 2020 at 6:21 PM Nicolas Fella wrote: > Hi, > > do we have any rules on the C++ standard used in Plasma? All our rules can be boiled down to one point: - Don't break distros >Given that kactivitymanagerd is technically part of Plasma we even have precedence of using C++17 Yeah

Re: C++17 in Plasma

2020-08-21 Thread Nate Graham
Seems reasonable to me. Nate On 8/21/20 11:21 AM, Nicolas Fella wrote: Hi, do we have any rules on the C++ standard used in Plasma? Most Plasma repos don't specify a CMAKE_CXX_STANDARD , defaulting to 11 through ECM. Some, such as kwin set it to 14. I found myself a few times in the situati