From: John P. <jo...@ma...> - 2000-11-01 14:45:37
|
Perhaps instead of getting rid of the boost stuff which could be useful to some projects we could create two seperate objects: SOME::Object which works like the current SOME::Object with the exception that it does not destroy the pointer when it goes out of scope and provides a destroy, delete, dismember, etc. method for deleting a contained object. SOME::SmartObect which uses the boost smart pointers. or if you want to keep the functionality of SOME::Object the same we could have a SOME::PersistantObject. What do you think? --Quinticent |