mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-18 03:22:25 -04:00

libc++ doesn't ship tr1, but ships unordered_map as it is part of c++11. Since this is the only tr1 header used in openmw, add a check for c++11 unordered_map and fallback to tr1 unordered_map if it's not found.