From fc71e66e5186fb75206290deca2b9a6cfbefa9ac Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 12 Jun 2021 09:59:08 -0400 Subject: add upstream 11.11 --- zen/i18n.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/i18n.h') diff --git a/zen/i18n.h b/zen/i18n.h index 160b9625..31bb3df8 100644 --- a/zen/i18n.h +++ b/zen/i18n.h @@ -58,7 +58,7 @@ std::shared_ptr getTranslator(); namespace impl { //getTranslator() may be called even after static objects of this translation unit are destroyed! -inline constinit2 Global globalTranslationHandler; +inline constinit Global globalTranslationHandler; } inline -- cgit