On Monday, 3 June 2019 10:31:14 PDT Thiago Macieira wrote: > A semantic replacement could be used to refactor the code from load() → > load(std::memory_order_relaxed) and loadAcquire() → load().
Another idea is to introduce loadRelaxed() and storeRelaxed() in Qt 5.13, right now, so we can mark load() and store() conditionally deprecated (#ifdef). That way, we can begin converting from load() to loadRelaxed() along the way. When 6.0 comes, we can perform the change from loadRelaxed() to load(std::memory_order_relaxed) with a simple search-and-replace. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development