Artifact ba3d4f6a9ded727751752dfc8f260b154859c92ea4ce75e05527e985f70df267:
- File
src/OFBitSetCharacterSet.h
-
2024-05-09 10:21:24
— part of check-in
[96f946d7ad]
on branch trunk
— Use unsigned long for bit sets
This should be more efficient on some architectures.
As a nice side effect, this is also what Linux does in some userspace
APIs, so after this change, these macros can be used for this as well
(and Linux interestingly does not provide similar macros in the
userspace headers). (user: js, size: 905) [annotate] [blame] [check-ins using] - 2024-05-09 10:22:19 — part of check-in [c0a80a897d] on branch gamecontroller — Merge trunk into branch "gamecontroller" (user: js, size: 905) [annotate] [blame] [check-ins using]
-
2024-05-09 10:21:24
— part of check-in
[96f946d7ad]
on branch trunk
— Use unsigned long for bit sets