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