Changeset a494d105 for src/Concurrency
- Timestamp:
 - Mar 2, 2022, 2:30:36 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
 - Children:
 - 13fdf86
 - Parents:
 - 362f760
 - File:
 - 
      
- 1 edited
 
- 
          
  src/Concurrency/Keywords.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Concurrency/Keywords.cc
r362f760 ra494d105 422 422 ; 423 423 else if ( auto param = isMainFor( decl, cast_target ) ) { 424 // This should never trigger. 425 assert( vtable_decl ); 424 if ( !vtable_decl ) { 425 SemanticError( decl, context_error ); 426 } 426 427 // Should be safe because of isMainFor. 427 428 StructInstType * struct_type = static_cast<StructInstType *>(  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.