[Bug c++/87292] Warnings with Bit Fields

nunojpg at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Sep 13 06:59:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87292

--- Comment #2 from Nuno Gonçalves <nunojpg at gmail dot com> ---
Not the case since, same warning if:

enum class Bool : uint8_t {False=0, True=1}


More information about the Gcc-bugs mailing list