From 69e12f5bd10459ff7c239b82519107ae2a755bc0 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 24 Jul 2023 15:08:16 -0400 Subject: add upstream 12.5 --- zen/legacy_compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/legacy_compiler.h') diff --git a/zen/legacy_compiler.h b/zen/legacy_compiler.h index 2070d60f..c853b139 100644 --- a/zen/legacy_compiler.h +++ b/zen/legacy_compiler.h @@ -41,7 +41,7 @@ basic_string operator+(basic_string&& //--------------------------------------------------------------------------------- //support for std::string::resize_and_overwrite() -#define ZEN_HAVE_RESIZE_AND_OVERWRITE 1 + #define ZEN_HAVE_RESIZE_AND_OVERWRITE 1 namespace zen { -- cgit