If a method is declared to return a type boost::shared_p tr<sometype>,
how can the method be changed to do the equivalent of returning NULL
when it was declared to return a raw pointer?
how can the method be changed to do the equivalent of returning NULL
when it was declared to return a raw pointer?
Comment