Get rid of wrap-string-view
This commit is contained in:
@@ -3,14 +3,15 @@
|
||||
#define DRIVER_UTIL_HPP
|
||||
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-string-view.hpp"
|
||||
#include "wrap-vector.hpp"
|
||||
|
||||
#include <string_view>
|
||||
|
||||
namespace drv {
|
||||
|
||||
void split_host_port(drv::string_view target, drv::string &host, drv::string &port);
|
||||
void split_host_port(std::string_view target, drv::string &host, drv::string &port);
|
||||
|
||||
drv::vector<drv::string> parse_control_lst(drv::string_view ctrl);
|
||||
drv::vector<drv::string> parse_control_lst(std::string_view ctrl);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user