Ah, I thought you'd might win this one :) On 2019-05-29 13:48, Philippe wrote: [snip usual rambling]
=== QAtomic -> std::atomic ===There would be subbtle traps for code conversion: eg. std::atomic::load() uses std::memory_order_seq_cst while QAtomic::load() uses relaxed ordering
That is not a trap, that's safe: std::atomic is ordering more. Thanks, Marc _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
