From b39324e4de8f546989f5b5e1505be1ce1b0970e5 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 4 Nov 2024 19:38:28 -0500 Subject: add upstream 13.8 --- zen/legacy_compiler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zen/legacy_compiler.h') diff --git a/zen/legacy_compiler.h b/zen/legacy_compiler.h index 6d208b09..09ac5dae 100644 --- a/zen/legacy_compiler.h +++ b/zen/legacy_compiler.h @@ -29,6 +29,7 @@ namespace std { + //W(hy)TF is this not standard? https://stackoverflow.com/a/47735624 template inline basic_string operator+(basic_string&& lhs, const basic_string_view rhs) -- cgit