On Fri, Oct 17, 2025 at 05:46:27PM +0200, Thibaut Cuvelier wrote:
> The devs have been thinking about removing the class, but they couldn't do
> it due to bugs in GCC 9 and 10, apparently:
> https://bugreports.qt.io/browse/QTBUG-117850. They are preparing the code
> base for its removal, it seems:
> https://codereview.qt-project.org/c/qt/qtbase/+/192881.
> 
> As a first step, I'll try to remove these calls (but I'll have delays to do
> so). It should be enough to replace the "static QThreadStorage<int>" by
> "thread_local static int".

As we currently claim to be gcc-8 compatible we either need to bump deps gcc>11
(basically dropping support for ubuntu 20) or ifdef this replacement if it's 
easy.

Pavel
-- 
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to