aboutsummaryrefslogtreecommitdiff
path: root/include/flat_map.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize the syntax of various templates.Gravatar Sadie Powell2022-06-231-4/+4
* Slim the included headers down more.Gravatar Sadie Powell2022-01-261-2/+0
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-9/+9
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-5/+10
* Fix MSVC compatibility issues.Gravatar Sadie Powell2021-06-071-3/+1
* Migrate collections from insert to emplace.Gravatar Sadie Powell2021-04-181-1/+25
* Fix various uses of the _t suffix which is reserved by POSIX.Gravatar Sadie Powell2021-04-171-23/+23
* Add an initializer_list constructor to the flat types.Gravatar Sadie Powell2021-04-141-0/+24
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-011-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2020-10-301-1/+1
| * Silence some copy warnings on C++11 compilers.Gravatar Sadie Powell2020-08-011-0/+20
* | Fix warnings on GCC 9.Gravatar Sadie Powell2020-05-111-5/+15
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+1
* Allow customising ElementComp in flat_{map,multimap,multiset,set}.Gravatar Peter Powell2019-02-191-12/+12
* Add flat_[multi]{map,set} containersGravatar Attila Molnar2014-12-151-0/+383