Changeset 0f740d6 for doc/proposals
- Timestamp:
- May 22, 2019, 1:31:05 PM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/proposals/vtable.md ¶
r74ad8c0 r0f740d6 220 220 trait iterator(otype T, otype Item) { 221 221 bool has_next(T const &); 222 Item get_next(T const *);222 Item get_next(T &); 223 223 } 224 224
Note: See TracChangeset
for help on using the changeset viewer.