Fix boost header deprecation warning (#6515)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "engine/polyline_compressor.hpp"
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#include <boost/phoenix.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
#include <limits>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "server/api/route_parameters_grammar.hpp"
|
||||
#include "engine/api/match_parameters.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#include <boost/phoenix.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
namespace osrm::server::api
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "server/api/base_parameters_grammar.hpp"
|
||||
#include "engine/api/nearest_parameters.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#include <boost/phoenix.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
namespace osrm::server::api
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "server/api/base_parameters_grammar.hpp"
|
||||
#include "engine/api/route_parameters.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#include <boost/phoenix.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
namespace osrm::server::api
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "server/api/base_parameters_grammar.hpp"
|
||||
#include "engine/api/table_parameters.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#include <boost/phoenix.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
namespace osrm::server::api
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "engine/hint.hpp"
|
||||
#include "engine/polyline_compressor.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#include <boost/phoenix.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "server/api/route_parameters_grammar.hpp"
|
||||
#include "engine/api/trip_parameters.hpp"
|
||||
|
||||
#include <boost/spirit/include/phoenix.hpp>
|
||||
#include <boost/phoenix.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
|
||||
namespace osrm::server::api
|
||||
|
||||
Reference in New Issue
Block a user