summaryrefslogtreecommitdiff
path: root/src/common/parent_of_member.h
AgeCommit message (Collapse)Author
2021-05-10parent_of_member: Make sign conversion explicit in OffsetOfImpl()Lioncash
Previously these conversions were implicit and causing quite a few warnings on clang.
2021-05-05common: parent_of_member: Fix build for OffsetOf().bunnei
2021-01-11common/parent_of_member: Replace TYPED_STORAGE define with template aliasLioncash
Provides the same construct, but makes it obey namespacing.
2021-01-11common: Introduce useful tree structures.bunnei