Skip to content

Replace boost::ptr_vector<T> with std::vector<std::unique_ptr<T>>

username-removed-1601610 requested to merge tabe/mdds:ptr_vector-free into master

This is another simple cleanup.

Merge request reports