We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce743cc commit 9f4c681Copy full SHA for 9f4c681
1 file changed
src/iceberg/catalog/rest/endpoint.h
@@ -19,7 +19,6 @@
19
20
#pragma once
21
22
-#include <set>
23
#include <string>
24
#include <string_view>
25
@@ -138,7 +137,7 @@ class ICEBERG_REST_EXPORT Endpoint {
138
137
}
139
140
private:
141
- Endpoint(HttpMethod method, std::string_view path_template)
+ constexpr Endpoint(HttpMethod method, std::string_view path_template)
142
: method_(method), path_template_(path_template) {}
143
144
HttpMethod method_;
0 commit comments