Changes between Initial Version and Version 1 of Ticket #20


Ignore:
Timestamp:
Aug 25, 2017, 11:30:45 AM (7 years ago)
Author:
Rob Schluntz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20 – Description

    initial v1  
    66};
    77
    8 void ?{}( foo * this, zero_t zero ) {
    9         this->i = zero;
     8void ?{}( foo & this, zero_t zero ) {
     9        this.i = zero;
    1010}
    1111