Skip to content

Commit

Permalink
Merge branch 'feature/fix_tostring'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Sep 21, 2023
2 parents 021cca7 + f9b683d commit cd57029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/malloy/core/http/http.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace malloy
*/
[[nodiscard]]
inline
std::string
std::string_view
to_string(const malloy::http::method method)
{
return boost::beast::http::to_string(method);
Expand Down

0 comments on commit cd57029

Please sign in to comment.