aboutsummaryrefslogtreecommitdiffstats
path: root/common/relptr.h
Commit message (Collapse)AuthorAgeFilesLines
* Add RelSlice::ssize and use it when comparing with signed ints.Keith Rothman2021-02-051-0/+1
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Make RelSlice uncopyableD. Shah2021-01-271-0/+3
| | | | Signed-off-by: D. Shah <dave@ds0.me>
* Move RelPtr/RelSlice out of arches into commonD. Shah2021-01-271-0/+39
The bba approach seems widely used enough that it's reasonable for this to become part of common code. Signed-off-by: D. Shah <dave@ds0.me>