Skip to content

Commit cd57029

Browse files
committed
Merge branch 'feature/fix_tostring'
2 parents 021cca7 + f9b683d commit cd57029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/malloy/core/http/http.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace malloy
2222
*/
2323
[[nodiscard]]
2424
inline
25-
std::string
25+
std::string_view
2626
to_string(const malloy::http::method method)
2727
{
2828
return boost::beast::http::to_string(method);

0 commit comments

Comments
 (0)