Troels Gram
Results
2
comments of
Troels Gram
When adding tests for a fix, it would be great to include a `struct` containing bitfield enum members as well.
It would be great if it was possible to do [zero-initialization](https://en.cppreference.com/w/cpp/language/zero_initialization) like C++: ``` SomeBitfield val = {}; ``` But not sure if that messes with other vector intialization rules.