Get rid of wrap-string-view
This commit is contained in:
@@ -73,7 +73,7 @@ static void enable_tty_raw() {
|
||||
assert(status >= 0);
|
||||
}
|
||||
|
||||
static SOCKET open_connection(drv::string_view target, drv::string &err) {
|
||||
static SOCKET open_connection(std::string_view target, drv::string &err) {
|
||||
struct addrinfo *addrs = nullptr;
|
||||
struct addrinfo *goodaddr = nullptr;
|
||||
struct addrinfo hints;
|
||||
|
||||
Reference in New Issue
Block a user