C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2149
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2149
 
     'identifier' : named bit field cannot have zero width
 
     The given named bit field had zero width. Only unnamed bit fields
     are allowed to have zero width.
                                    -♦-