Skip to content

cpp: Remove bit size qualifier from format variable

Albert Astals Cid requested to merge aacid/poppler:format into master

The standard doesn't guarantee if the types of enums is going to be signed or not, specifically MSVC uses unsigned so you can't store all the enums in just 3 bits

Fixes #1229 (closed)

Merge request reports