Changes in src/SymTab/Validate.cc [a09e45b:12d2dc8]
- File:
-
- 1 edited
-
src/SymTab/Validate.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
ra09e45b r12d2dc8 311 311 } // if 312 312 // Always remove the hoisted aggregate from the inner structure. 313 GuardAction( [ this,aggregateDecl]() { filter( aggregateDecl->members, isStructOrUnion, false ); } );313 GuardAction( [aggregateDecl]() { filter( aggregateDecl->members, isStructOrUnion, false ); } ); 314 314 } 315 315
Note:
See TracChangeset
for help on using the changeset viewer.