Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    r257a8f5 r71806e0  
    1515
    1616#pragma once
    17 
    18 template<typename> struct bitfield;
    1917
    2018#include "AST/Node.hpp"
     
    149147class TranslationGlobal;
    150148
    151 // For the following types, only use the using type.
    152 namespace CV {
    153         struct qualifier_flags;
    154         using Qualifiers = bitfield<qualifier_flags>;
    155149}
    156 namespace Function {
    157         struct spec_flags;
    158         using Specs = bitfield<spec_flags>;
    159 }
    160 namespace Storage {
    161         struct class_flags;
    162         using Classes = bitfield<class_flags>;
    163 }
    164 namespace Linkage {
    165         struct spec_flags;
    166         using Spec = bitfield<spec_flags>;
    167 }
    168 
    169 }
Note: See TracChangeset for help on using the changeset viewer.