https://bugs.kde.org/show_bug.cgi?id=500310
--- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
(In reply to Sam James from comment #3)
> We think it's a GCC bug (thanks to qookie for nailing it):
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118923

if we rewrite code as follows

  const auto ret = workspace()->*moveAreaFunc();
  for (const QRect &r : ret) {
      ...
  }

would it help? we may want to do it anyway because of copy-on-write semantics
of Qt container types

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to