Skip to content

Replace DFFastMutex with std::mutex

Reiner Hauser requested to merge std into master

This converts the use of DFThreads/DFFastMutex to std::mutex, in an attempt to clean up old packages for LS2. Please check also the remaining header files, it seems RolMap.h is nowhere else used e.g.

Merge request reports