From a17e11be5fbaede3ed963cb588168ce04220521c Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 15 Oct 2024 12:44:17 +0000 Subject: [PATCH] Code improvement --- lib/malloy/core/http/request.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/malloy/core/http/request.hpp b/lib/malloy/core/http/request.hpp index d9086aa..4d26924 100644 --- a/lib/malloy/core/http/request.hpp +++ b/lib/malloy/core/http/request.hpp @@ -113,6 +113,7 @@ namespace malloy::http * @return The port. */ [[nodiscard]] + constexpr std::uint16_t port() const noexcept {