You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/mnt/share/projects/luau-lsp/extern/json/include/nlohmann/json.hpp:19914:10: note: candidate template ignored: substitution failure [with PointerType = lsp::InitializeParams::ClientInfo]: no matching member function for call to 'get_ptr'
auto get() noexcept -> decltype(std::declval<basic_json_t&>().template get_ptr<PointerType>())
^ ~~~~~~~
In file included from /mnt/share/projects/luau-lsp/src/operations/DocumentLink.cpp:1:
In file included from /mnt/share/projects/luau-lsp/src/include/LSP/Workspace.hpp:5:
In file included from /mnt/share/projects/luau-lsp/src/include/Protocol/Structures.hpp:7:
/mnt/share/projects/luau-lsp/src/include/Protocol/Base.hpp:50:21: error: no matching member function for call to 'get'
opt = j.get<T>();
/mnt/share/projects/luau-lsp/src/LuauExt.cpp:529:65: error: reference to non-static member function must be called; did you mean to call it with no arguments?
The errors I received:
The command I used to build luau-lsp:
Edit: might be related to nlohmann/json#3979
The text was updated successfully, but these errors were encountered: