Graphics properties as objects

John W. Eaton jwe at bevo.che.wisc.edu
Sat Jan 5 20:08:47 CST 2008


On  5-Jan-2008, John Swensen wrote:

| Is there a reason you use your own reference counting instead of using  
| auto_ptr or some other smart pointer?  I don't know the Octave code  
| really well, but have noticed the ref variable in a variety of classes.

For one thing, Octave predates auto_ptr.  I would also bet that
auto_ptr is not always precisely what we want.

jwe


More information about the Octave-maintainers mailing list