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

Class A

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

Source from the content-addressed store, hash-verified

62
63
64class A {public:
65 /* An uncollectable class. */
66
67 A( int iArg ): i( iArg ) {}
68 void Test( int iArg ) {
69 my_assert( i == iArg );}
70 int i;};
71
72
73class B: public gc, public A {public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected