updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@ -462,7 +462,6 @@ struct file_deleter final {
|
|||||||
};
|
};
|
||||||
using file_t = std::unique_ptr<FILE, file_deleter>;
|
using file_t = std::unique_ptr<FILE, file_deleter>;
|
||||||
|
|
||||||
#if defined(PROJECT_ENABLE_CURL)
|
|
||||||
struct http_range final {
|
struct http_range final {
|
||||||
std::uint64_t begin{};
|
std::uint64_t begin{};
|
||||||
std::uint64_t end{};
|
std::uint64_t end{};
|
||||||
@ -471,7 +470,6 @@ struct http_range final {
|
|||||||
using http_headers = std::map<std::string, std::string>;
|
using http_headers = std::map<std::string, std::string>;
|
||||||
using http_query_parameters = std::map<std::string, std::string>;
|
using http_query_parameters = std::map<std::string, std::string>;
|
||||||
using http_ranges = std::vector<http_range>;
|
using http_ranges = std::vector<http_range>;
|
||||||
#endif // defined(PROJECT_ENABLE_CURL)
|
|
||||||
} // namespace repertory
|
} // namespace repertory
|
||||||
#endif // defined(__cplusplus)
|
#endif // defined(__cplusplus)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user