https://bugs.kde.org/show_bug.cgi?id=379537
--- Comment #4 from Marc Mutz <[email protected]> --- > Well it makes no sense to execute a client request at compile time so it not > being constexpr seems entirely reasonable to me... Sure, it's fine if any particular function invocation isn't constexpr. But you should be compatible with a constexpr function, so the constexpr keyword doesn't need to be #ifdef'ed on NVALGRIND. See my previous comment for a potential fix. -- You are receiving this mail because: You are watching all bug changes.
