- File:
-
- 1 edited
-
src/tests/.expect/memberCtors.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/memberCtors.txt
rf7e749f r44f6341 6 6 constructing int 7 7 constructing int 8 begin construct B9 assign b->a210 8 constructing int 11 9 constructing int 12 begin construct A13 construct a->x14 10 constructing int: 1001 15 assign a->y16 11 assigning int: 0 0 17 end construct A18 construct b->a119 12 constructing int 20 13 constructing int 21 begin construct A22 construct a->x23 14 constructing int: 1000 24 assign a->y25 15 assigning int: 0 0 26 end construct A27 end construct B28 16 destructing int: 0 29 17 destructing int: 0 … … 32 20 copy constructing int: 0 33 21 copy constructing int: 0 34 begin copy construct A35 copy construct this->x36 22 copy constructing int: 1000 37 assign this->y38 end copy construct A39 23 copy constructing int: 0 40 24 copy constructing int: 0 41 begin copy construct A42 copy construct this->x43 25 copy constructing int: 1001 44 assign this->y45 end copy construct A46 26 copy constructing int: 0 47 27 copy constructing int: 0 48 begin copy construct A49 copy construct this->x50 28 copy constructing int: 0 51 assign this->y52 end copy construct A53 29 End of main 54 30 constructing int 55 31 constructing int 56 begin construct A57 construct a->x58 32 constructing int: 999 59 assign a->y60 33 assigning int: 0 0 61 end construct A62 34 destructing int: 0 63 35 destructing int: 0 … … 74 46 constructing int 75 47 constructing int 76 begin construct A77 construct a->x78 48 constructing int: 999 79 assign a->y80 49 assigning int: 0 0 81 end construct A82 50 destructing int: 0 83 51 destructing int: 0
Note:
See TracChangeset
for help on using the changeset viewer.