Manual modernize run with LLVM 3.8

More is blocked by:
- https://github.com/Project-OSRM/osrm-backend/issues/2631
This commit is contained in:
Daniel J. Hofmann
2016-07-07 12:45:24 +02:00
parent f4db79fe9b
commit b00b15ab98
7 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ MotorwayHandler::MotorwayHandler(const util::NodeBasedDynamicGraph &node_based_g
{
}
MotorwayHandler::~MotorwayHandler() {}
MotorwayHandler::~MotorwayHandler() = default;
bool MotorwayHandler::canProcess(const NodeID,
const EdgeID via_eid,