Changeset 0f740d6 for doc/proposals


Ignore:
Timestamp:
May 22, 2019, 1:31:05 PM (5 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
37eef7a
Parents:
74ad8c0
Message:

Clean-up. Added one line docs for Stmts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/vtable.md

    r74ad8c0 r0f740d6  
    220220    trait iterator(otype T, otype Item) {
    221221        bool has_next(T const &);
    222         Item get_next(T const *);
     222        Item get_next(T &);
    223223    }
    224224
Note: See TracChangeset for help on using the changeset viewer.