
| > It might be worth to have the existing interface if users want to try changing | > from vector<string> to ptr_vector<string> | > just to see what happens. | > | | I don't like phrases like "hey, let's change from std::vector to | std::map, just to see what happens" (I know I exagerated a bit). When | you change something, you should have a reason, and know what you're | doing (tradeoffs, etc.).
Ross Boylan thought it was important.
Just in case it counts: I am against it. Best, John -- John Torjo -- john@torjo.com Contributing editor, C/C++ Users Journal -- "Win32 GUI Generics" -- generics & GUI do mix, after all -- http://www.torjo.com/win32gui/ -- v1.4 - save_dlg - true binding of your data to UI controls! + easily add validation rules (win32gui/examples/smart_dlg)