MCPcopy Create free account
hub / github.com/boostorg/build / B

Class B

v2/engine/boehm_gc/tests/test_cpp.cc:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73class B: public gc, public A {public:
74 /* A collectable class. */
75
76 B( int j ): A( j ) {}
77 ~B() {
78 my_assert( deleting );}
79 static void Deleting( int on ) {
80 deleting = on;}
81 static int deleting;};
82
83int B::deleting = 0;
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected