https://bugs.documentfoundation.org/show_bug.cgi?id=168771
--- Comment #4 from Stephan Bergmann <[email protected]> --- (In reply to Tomaz Vajngerl from comment #3) > Note that instead of bit flags and messing with bitwise operators it's IMHO > more straight forward to just declare a struct with 1-bit long booleans, I think this would be non-portable at best, as: "Allocation of bit-fields within a class object is implementation-defined." (C++20 [class.bit]/1) -- You are receiving this mail because: You are the assignee for the bug.
