summaryrefslogtreecommitdiffstats
path: root/Source/Checks/cm_cxx_unordered_map.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-7/+0
|
* Make C++ feature checks extensibleDaniel Pfeifer2016-06-271-0/+7
Turn the feature check for cxx11_unordered_map into a function such that we can use it for other features as well. Drop the 11 suffix, as we may want to check features from other standards.