updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2024-10-24 19:06:05 -05:00
parent 4e8ff7815e
commit b8cd42e235
3 changed files with 12 additions and 13 deletions

View File

@ -59,7 +59,7 @@
#if !defined(__cplusplus)
#include <time.h>
#endif // !defined(__cplusplus)
#else // !defined(_WIN32)
#else // !defined(_WIN32)
#include <arpa/inet.h>
#include <dirent.h>
#include <fcntl.h>
@ -116,7 +116,6 @@
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <ctime>
#include <deque>
#include <filesystem>
#include <fstream>
@ -475,9 +474,9 @@ using http_ranges = std::vector<http_range>;
} // namespace repertory
#endif // defined(__cplusplus)
#define REPERTORY_USES_FUNCTION_NAME() \
static constexpr const std::string_view function_name{ \
static_cast<const char *>(__FUNCTION__), \
#define REPERTORY_USES_FUNCTION_NAME() \
static constexpr const std::string_view function_name { \
static_cast<const char *>(__FUNCTION__), \
}
#endif // REPERTORY_INCLUDE_UTILS_CONFIG_HPP_