updated build system
Some checks failed
Public/monitarr/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-10-10 17:37:15 -05:00
parent c22df23cfa
commit 2ee4578c06

View File

@@ -488,7 +488,7 @@ using http_ranges = std::vector<http_range>;
} // namespace monitarr
#endif // defined(__cplusplus)
#define MONITARR_USES_FUNCTION_NAME() \
#define MONITARR_USES_FUNCTION_NAME() \
static constexpr std::string_view function_name { \
static_cast<const char *>(__FUNCTION__), \
}