Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13d0fd57c5 | |||
| 7f6a92a6e6 | |||
| 0fc823041e |
@@ -13,6 +13,7 @@ notifications:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- "5.2"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
ccache: true
|
ccache: true
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
# 5.2.1
|
||||||
|
Changes from 5.2.0
|
||||||
|
Bugfixes:
|
||||||
|
- Removed debug statement that was spamming the console
|
||||||
# 5.2.0
|
# 5.2.0
|
||||||
Changes form 5.2.0 RC2
|
Changes form 5.2.0 RC2
|
||||||
- Bugfixes:
|
- Bugfixes:
|
||||||
|
|||||||
@@ -550,7 +550,6 @@ std::vector<RouteStep> removeNoTurnInstructions(std::vector<RouteStep> steps)
|
|||||||
// that we come across.
|
// that we come across.
|
||||||
std::vector<RouteStep> postProcess(std::vector<RouteStep> steps)
|
std::vector<RouteStep> postProcess(std::vector<RouteStep> steps)
|
||||||
{
|
{
|
||||||
print(steps);
|
|
||||||
// the steps should always include the first/last step in form of a location
|
// the steps should always include the first/last step in form of a location
|
||||||
BOOST_ASSERT(steps.size() >= 2);
|
BOOST_ASSERT(steps.size() >= 2);
|
||||||
if (steps.size() == 2)
|
if (steps.size() == 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user