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
There are several overloads of sendfile function, but all of them are from C++14 era.
Since C++17 there is std::filesystem::path for representing filenames.
It seems that there should be another overload of sendfile function that accepts std::filesystem::path object.