aboutsummaryrefslogtreecommitdiff
path: root/src/util/cpp11_container.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-43/+0
|
* Pass clang-format on 14 trivial header files fixesLoic Blot2017-04-071-8/+8
| | | | Also remove them from whitelist
* Ensure std::unordered_ be used on MSVC 2010 too (#4600)SmallJoker2016-10-091-1/+1
|
* Ensure std::unordered_ will be used on supported MSVC compilersgregorycu2016-10-081-0/+8
|
* Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ↵Ner'zhul2016-08-101-0/+35
(#4430) This fallback to std::map & std::set for older compilers Use UNORDERED_SET as an example in decoration and ore biome sets Use UNORDERED_MAP as an example in nameidmapping