Skip to content

Commit 30cd98e

Browse files
committed
Missing noexcept for file_hash function
1 parent a21674b commit 30cd98e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxy/include/proxy/proxy_server.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3576,7 +3576,7 @@ R"x*x*x(<html>
35763576
return path_list;
35773577
}
35783578

3579-
inline std::string file_hash(const fs::path& p, boost::system::error_code& ec)
3579+
inline std::string file_hash(const fs::path& p, boost::system::error_code& ec) const noexcept
35803580
{
35813581
ec = {};
35823582

0 commit comments

Comments
 (0)