1
0
forked from mirrors/0ad
Files
0ad/source/lib/file
Itms 944994b21e Do not use atomic CAS in VfsDirectory
The compare-and-switch operation in this situation does not need to be
atomic.

This class must be copyable, so the CAS'd flag cannot be adapted to use
std::atomic.
2024-09-25 21:57:15 +02:00
..
2024-09-25 21:57:15 +02:00
2024-08-02 16:17:22 +00:00