Changeset 7edd5c1 for src/Validate
- Timestamp:
 - May 9, 2022, 11:38:08 AM (3 years ago)
 - Branches:
 - ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
 - Children:
 - 00675a1
 - Parents:
 - bd1d279
 - File:
 - 
      
- 1 edited
 
- 
          
  src/Validate/Autogen.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Validate/Autogen.cpp
rbd1d279 r7edd5c1 350 350 name, 351 351 std::move( type_params ), 352 std::move( assertions ), 352 353 std::move( params ), 353 354 std::move( returns ), … … 360 361 // Auto-generated routines are inline to avoid conflicts. 361 362 ast::Function::Specs( ast::Function::Inline ) ); 362 decl->assertions = std::move( assertions );363 363 decl->fixUniqueId(); 364 364 return decl;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.