If a member function is not called it is not generated.
If a member function is called by another member function (ad
infinitum) .....
....(Question:) Is it generated or does the compiler trace through all
of the calling member functions and finding NO external call, not
generate any of the functions in the calling sequence?
Thanks
Todd.
I guess the other question is: if Class1::A() is called by Class2::B()
but Class2::B() is not called, is Class1::A() generated?
--
[ See http://www.gotw.ca/resources/clcm.htm
for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]