mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-11-29 19:04:39 +00: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. |
||
|---|---|---|
| .. | ||
| collections.cpp | ||
| collections.hpp | ||
| configurationmanager.cpp | ||
| configurationmanager.hpp | ||
| constrainedfiledatastream.cpp | ||
| constrainedfiledatastream.hpp | ||
| filelibrary.cpp | ||
| filelibrary.hpp | ||
| fileops.cpp | ||
| fileops.hpp | ||
| fixedpath.hpp | ||
| linuxpath.cpp | ||
| linuxpath.hpp | ||
| lowlevelfile.cpp | ||
| lowlevelfile.hpp | ||
| macospath.cpp | ||
| macospath.hpp | ||
| multidircollection.cpp | ||
| multidircollection.hpp | ||
| ogreplugin.cpp | ||
| ogreplugin.hpp | ||
| windowspath.cpp | ||
| windowspath.hpp | ||