With C++11 the shared_ptr data type (in ) can be used with vectors to store data. This data type insures that objects are destroyed when there are no longer any references. The CVectorList data type is therefore superceeded and should be replaced.
Note, this will likely require several internal changes to the library to make it C++11 compatible.
With C++11 the shared_ptr data type (in ) can be used with vectors to store data. This data type insures that objects are destroyed when there are no longer any references. The CVectorList data type is therefore superceeded and should be replaced.
Note, this will likely require several internal changes to the library to make it C++11 compatible.