Skip to content

CxxUtils: Reorder members of CachedValue.

Scott Snyder requested to merge ssnyder/athena:cvorder.CxxUtils-20231013 into main

Reorder the data members of CachedValue to put the flag second. Also force the flag to be a single byte. This can allow for better packing when this class is used in other classes.

Merge request reports