Skip to content

Conveniences for enumerants that are bit-vectors.

David Thompson requested to merge dcthomp/smtk:flags into master

Add Flag and EnumBits<T> classes that can be used to hide the details of bitwise arithmetic on enum values from compilers that are overly fussy about narrowing and sign conversions.

cc: @ben.boeckel

Merge request reports