From 35d3e2be257b6dbef7ad18ea1cee3ab1c6947450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kr=C3=BCgler?= Date: Sat, 18 Jan 2025 17:19:17 +0100 Subject: [PATCH] Add missing space --- xml/issue4191.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/issue4191.xml b/xml/issue4191.xml index a9ab6738bf..a596b5b34b 100644 --- a/xml/issue4191.xml +++ b/xml/issue4191.xml @@ -10,7 +10,7 @@

-Before C++20, says that this produces a complex<double>. +Before C++20, says that this produces a complex<double>. This was confirmed by LWG and consistent with C99.

changed the return type to complex<common_type_t<float, int>>,