Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-02-13 17:02:44 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:37:26 +0300
commita2524383f6299b0deedbcf4a748311143a4d4b5f (patch)
tree272ee361526ee59a9b56c12997195071a07fedb8 /3party/osrm
parent714a7e1a371f440da30898d8b9db4a9187b63cfa (diff)
PR routing fixes
Diffstat (limited to '3party/osrm')
-rw-r--r--3party/osrm/osrm-backend/RoutingAlgorithms/NToMManyToManyRouting.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/3party/osrm/osrm-backend/RoutingAlgorithms/NToMManyToManyRouting.h b/3party/osrm/osrm-backend/RoutingAlgorithms/NToMManyToManyRouting.h
index 76363866c4..32521790e9 100644
--- a/3party/osrm/osrm-backend/RoutingAlgorithms/NToMManyToManyRouting.h
+++ b/3party/osrm/osrm-backend/RoutingAlgorithms/NToMManyToManyRouting.h
@@ -62,10 +62,8 @@ template <class DataFacadeT> class NMManyToManyRouting final : public BasicRouti
{
}
- ~NMManyToManyRouting() {}
-
- std::shared_ptr<std::vector<EdgeWeight>> operator()(const PhantomNodeArray &phantom_sources_nodes_array, const PhantomNodeArray &phantom_targets_nodes_array)
- const
+ std::shared_ptr<std::vector<EdgeWeight>> operator()(const PhantomNodeArray &phantom_sources_nodes_array,
+ const PhantomNodeArray &phantom_targets_nodes_array) const
{
const unsigned number_of_sources = static_cast<unsigned>(phantom_sources_nodes_array.size());
const unsigned number_of_targets = static_cast<unsigned>(phantom_targets_nodes_array.size());