Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/ForallPointerDecay.cpp

    r298fe57 rb230091  
    1010// Created On       : Tue Dec  7 16:15:00 2021
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Sat Apr 23 13:10:00 2022
    13 // Update Count     : 1
     12// Last Modified On : Fri Feb 11 10:59:00 2022
     13// Update Count     : 0
    1414//
    1515
     
    237237}
    238238
    239 std::vector<ast::ptr<ast::DeclWithType>> expandAssertions(
    240                 std::vector<ast::ptr<ast::DeclWithType>> const & old ) {
    241         return TraitExpander::expandAssertions( old );
    242 }
    243 
    244239} // namespace Validate
    245240
Note: See TracChangeset for help on using the changeset viewer.