summaryrefslogtreecommitdiffstats
path: root/src/common/intrusive_red_black_tree.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC.bunnei2021-05-061-5/+0
* common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC.bunnei2021-05-061-0/+4
* common/tree: Convert defines over to templatesLioncash2021-01-121-62/+37
* common/parent_of_member: Replace TYPED_STORAGE define with template aliasLioncash2021-01-121-2/+2
* common: Introduce useful tree structures.bunnei2021-01-111-0/+627