comparison gcc/testsuite/g++.dg/other/pr24623.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
32 if (_p != o._p) 32 if (_p != o._p)
33 { 33 {
34 if (_p != 0) 34 if (_p != 0)
35 _p->decrementRefCount (); 35 _p->decrementRefCount ();
36 } 36 }
37 static RefCountPointer a;
38 return a;
37 } 39 }
38 ~RefCountPointer () 40 ~RefCountPointer ()
39 { 41 {
40 } 42 }
41 T *_p; 43 T *_p;