Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / spdlog
Commits: 35d4be51 by Carl Smedstad at 2024-12-26T09:42:41+01:00 Remove unused patch spdlog_constexpr.patch - - - - - 1 changed file: - − spdlog_constexpr.patch Changes: ===================================== spdlog_constexpr.patch deleted ===================================== @@ -1,21 +0,0 @@ -diff --git a/include/spdlog/common.h b/include/spdlog/common.h -index 0a262eb2..059627c8 100644 ---- a/include/spdlog/common.h -+++ b/include/spdlog/common.h -@@ -75,6 +75,16 @@ - # endif - #endif - -+#ifdef SPDLOG_USE_STD_FORMAT -+ #define SPDLOG_CONSTEXPR_FUNC constexpr -+#else // Being built with fmt -+ #if FMT_USE_CONSTEXPR -+ #define SPDLOG_CONSTEXPR_FUNC FMT_CONSTEXPR -+ #else -+ #define SPDLOG_CONSTEXPR_FUNC inline -+ #endif -+#endif -+ - #if defined(__GNUC__) || defined(__clang__) - # define SPDLOG_DEPRECATED __attribute__((deprecated)) - #elif defined(_MSC_VER) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/spdlog/-/commit/35d4be51cc9277879a0936b74320b1e97e8880c0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/spdlog/-/commit/35d4be51cc9277879a0936b74320b1e97e8880c0 You're receiving this email because of your account on gitlab.archlinux.org.
