MCPcopy Create free account
hub / github.com/anthonywilliams/ccia_code_samples / ~X

Method ~X

listings/listing_a.1.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 data(new int[1000000])
8 {}
9 ~X()
10 {
11 delete [] data;
12 }
13 X(const X& other):
14 data(new int[1000000])
15 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected