Exemplo n.º 1
0
 x& operator=(x const& rhs)
 {
     incr_copy();
     return *this;
 }
Exemplo n.º 2
0
 x& operator=(x const& /*rhs*/)
 {
     incr_copy();
     return *this;
 }
Exemplo n.º 3
0
 x(x const& rhs)
 {
     incr_copy();
 }
Exemplo n.º 4
0
 x(x const& /*rhs*/)
 {
     incr_copy();
 }