Changes in src/Validate/Autogen.cpp [7edd5c1:b230091]
- File:
-
- 1 edited
-
src/Validate/Autogen.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/Autogen.cpp
r7edd5c1 rb230091 350 350 name, 351 351 std::move( type_params ), 352 std::move( assertions ),353 352 std::move( params ), 354 353 std::move( returns ), … … 361 360 // Auto-generated routines are inline to avoid conflicts. 362 361 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.