summaryrefslogtreecommitdiffstats
path: root/src/common/parent_of_member.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* parent_of_member: Make sign conversion explicit in OffsetOfImpl()Lioncash2021-05-101-1/+2
| | | | | Previously these conversions were implicit and causing quite a few warnings on clang.
* common: parent_of_member: Fix build for OffsetOf().bunnei2021-05-061-4/+4
|
* common/parent_of_member: Replace TYPED_STORAGE define with template aliasLioncash2021-01-121-6/+8
| | | | Provides the same construct, but makes it obey namespacing.
* common: Introduce useful tree structures.bunnei2021-01-111-0/+189