Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 1 | -7/+0 |
| | |||||
* | Make C++ feature checks extensible | Daniel Pfeifer | 2016-06-27 | 1 | -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. |