Changes in src/Validate/Autogen.cpp [85855b0:c92bdcc]
- File:
-
- 1 edited
-
src/Validate/Autogen.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/Autogen.cpp
r85855b0 rc92bdcc 410 410 } 411 411 412 /// Use the current type T to create `T ? =?(T & _dst, T _src)`.412 /// Use the current type T to create `T ?{}(T & _dst, T _src)`. 413 413 ast::FunctionDecl * FuncGenerator::genAssignProto() const { 414 414 // Only the name is different, so just reuse the generation function.
Note:
See TracChangeset
for help on using the changeset viewer.