Добавление nodiscard

This commit is contained in:
2026-01-22 08:38:55 +03:00
parent 05a135afc6
commit 14561b303e
10 changed files with 32 additions and 19 deletions
@@ -29,7 +29,7 @@ public:
}
boost::beast::http::response<ResponseType> operator ()(
[[nodiscard]] boost::beast::http::response<ResponseType> operator ()(
boost::beast::http::request<Body, boost::beast::http::basic_fields<Allocator>>&& req
) override
{