Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/Autogen.cpp

    r85855b0 rc92bdcc  
    410410}
    411411
    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)`.
    413413ast::FunctionDecl * FuncGenerator::genAssignProto() const {
    414414        // Only the name is different, so just reuse the generation function.
Note: See TracChangeset for help on using the changeset viewer.