Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Bitfield.hpp

    r2bb4a01 r14cebb7a  
    1919
    2020/// Make a type a bitfield.
    21 /// Include in type definition to add operators. Used to simulate inheritance because union 
     21/// Include in type definition to add operators. Used to simulate inheritance because union
    2222/// does not allow it. Requires type to have `unsigned val` field
    2323/// @param BFType  Name of containing type
Note: See TracChangeset for help on using the changeset viewer.