Skip to content

Review 2: Readability of binary constants #1205

@jzmaddock

Description

@jzmaddock

Several binary literals throughout the codebase are difficult to read. For instance:

UINT64_C(0b10000000000000000000000000000000000000000000000000)

might become:

UINT64_C(1) << 49

This one is low priority, "nice to have" IMO.

Metadata

Metadata

Assignees

Labels

Boost ReviewCollected Comments from Boost Review PeriodLow PriorityA nice to have item

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions