[orbitcpp-list] diff String_mgr String_var
Status: Beta
Brought to you by:
philipd
|
From: Andreas K. <ak...@ix...> - 2000-03-03 20:22:54
|
Hi again Phil, the only difference between String_var and String_mgr i have been able to detect was that _mgr does not free anything in its destructor. in the comment above its declaration, you state it also initializes to an empty, rather than a null string, but this does not appear to be the case. what exactly should be done differently? (since i'm integrating the _mgr with my _var templates, the only difference being made by a bool template parameter) andy |