From 2ee4578c063d7a7266e6b5b9a1423a03d137faf6 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 10 Oct 2025 17:37:15 -0500 Subject: [PATCH] updated build system --- support/include/utils/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/include/utils/config.hpp b/support/include/utils/config.hpp index 29907af..60c2071 100644 --- a/support/include/utils/config.hpp +++ b/support/include/utils/config.hpp @@ -488,7 +488,7 @@ using http_ranges = std::vector; } // namespace monitarr #endif // defined(__cplusplus) -#define MONITARR_USES_FUNCTION_NAME() \ +#define MONITARR_USES_FUNCTION_NAME() \ static constexpr std::string_view function_name { \ static_cast(__FUNCTION__), \ }