blob: 1326e48991f2843dfd8d854387f973f22d78c06a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
hello
created Object, id 1
created Object, id 2
nulls equal
destroyed Object, id 2
equal okay
less than okay
created Object, id 3
calling Object::hello for 1
calling Object::hello for 1
calling Object::hello for 1
calling Object::hello const for 1
calling Object::hello const for 1
calling Object::hello const for 1
goodbye
destroyed Object, id 3
destroyed Object, id 1
|