Removes the pointless `std::unique_ptr<std::vector<T>>` usage, as a `std::vector` already owns its resources and manages them. Results in one indirection less (hint: good). |
||
|---|---|---|
| .. | ||
| contractor_options.cpp | ||
| contractor_options.hpp | ||
| contractor.hpp | ||
| edge_based_graph_factory.cpp | ||
| edge_based_graph_factory.hpp | ||
| processing_chain.cpp | ||
| processing_chain.hpp | ||
| speed_profile.hpp | ||