summaryrefslogtreecommitdiffstats
path: root/Source/Checks/cm_cxx11_unordered_map.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make C++ feature checks extensibleDaniel Pfeifer2016-06-271-7/+0
| | | | | | 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.
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1/+2
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Use std::unordered_map instead of hash_map where available.Stephen Kelly2015-05-181-0/+6