We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated Sol2 library prevents OSRM compilation with gcc 10:
osrm-backend/third_party/sol2/sol2/sol.hpp:6919:40: error: call of overloaded ‘push<const char32_t*>(lua_State*&, const char32_t [2], const char32_t*)’ is ambiguous 6919 | return stack::push<const char32_t*>(L, str, str + sz); In file included from osrm-backend/include/extractor/scripting_environment_lua.hpp:15, from osrm-backend/src/extractor/scripting_environment_lua.cpp:1: osrm-backend/third_party/sol2/sol2/sol.hpp:4600:14: note: candidate: ‘int sol::stack::push(lua_State*, T&&, Args&& ...) [with T = const char32_t*; Args = {const char32_t*}; lua_State = lua_State]’ 4600 | inline int push(lua_State* L, T&& t, Args&&... args) { osrm-backend/third_party/sol2/sol2/sol.hpp:4606:14: note: candidate: ‘int sol::stack::push(lua_State*, Arg&&, Args&& ...) [with T = const char32_t*; Arg = const char32_t (&)[2]; Args = {const char32_t*}; <template-parameter-1-4> = void; lua_State = lua_State]’ 4606 | inline int push(lua_State* L, Arg&& arg, Args&&... args) {
Sol2 needs to be updated to at least 2.19.4
The text was updated successfully, but these errors were encountered:
Now that #5887 has landed (inter alia), can we close this?
Sorry, something went wrong.
@akashihi I'm closing this assuming it's been fixed now.
No branches or pull requests
Outdated Sol2 library prevents OSRM compilation with gcc 10:
Sol2 needs to be updated to at least 2.19.4
The text was updated successfully, but these errors were encountered: