Update to sol2 v2.20.6

This commit is contained in:
Desone Burns II
2020-11-18 17:01:43 -07:00
parent dfc1bfc27e
commit deacc8fb5c
409 changed files with 386663 additions and 14519 deletions
+10 -10
View File
@@ -33,16 +33,16 @@ struct ExtractionTurnLeg
{
}
const bool is_restricted;
const bool is_motorway;
const bool is_link;
const int number_of_lanes;
const int highway_turn_classification;
const int access_turn_classification;
const int speed;
const RoadPriorityClass::Enum priority_class;
const bool is_incoming;
const bool is_outgoing;
bool is_restricted;
bool is_motorway;
bool is_link;
int number_of_lanes;
int highway_turn_classification;
int access_turn_classification;
int speed;
RoadPriorityClass::Enum priority_class;
bool is_incoming;
bool is_outgoing;
};
struct ExtractionTurn
@@ -12,7 +12,7 @@
#include <mutex>
#include <string>
#include <sol2/sol.hpp>
#include <sol.hpp>
namespace osrm
{