]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Another try to fix emphasis function
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sun, 19 Jun 2022 12:11:00 +0000 (13:11 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sun, 19 Jun 2022 12:11:00 +0000 (13:11 +0100)
src/client/rspamc.cxx

index a1028cc51d4bb6ea3fbe0f9a94bd5d7790a50b38..29ebee04362f9c5c0b2b421effe9c25bbee31649 100644 (file)
@@ -346,7 +346,7 @@ struct rspamc_callback_data {
 };
 
 template<typename T>
-static consteval auto emphasis_argument(const T &arg, const char *fmt_string = "{}") -> auto {
+static constexpr auto emphasis_argument(const T &arg, const char *fmt_string = "{}") -> auto {
        if (tty) {
                return fmt::format(fmt::emphasis::bold, fmt_string, arg);
        }