On Wednesday, 7 August 2019 09:36:38 PDT Philippe wrote: > I recently found that in Qt, reference counting to guard a resource, is > using ref() / deref() > > But ref() is using memory_order_seq_cst
I believe memory_order_acq_req would suffice and still be within our documentation. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
