I have some code that looks like so<BR><BR>foo *f(x){<BR>if( )<BR> return wilma;<BR>return 0;<BR>}<BR>where foo is a pointer type that I am replacing with a boost ...