TomHarte / CLK

A latency-hating emulator of: the Acorn Electron and Archimedes, Amstrad CPC, Apple II/II+/IIe and early Macintosh, Atari 2600 and ST, ColecoVision, Enterprise 64/128, Commodore Vic-20 and Amiga, MSX 1/2, Oric 1/Atmos, early PC compatibles, Sega Master System, Sinclair ZX80/81 and ZX Spectrum.
MIT License
931 stars 52 forks source link

Avoid `std::memory_order::memory_order_X` in favour of `std::memory_order_X`. #1381

Closed TomHarte closed 4 months ago

TomHarte commented 4 months ago

... as this form is compatible with both C++17 and C++20 onwards.