From 3f47d2565f26a9144e8076641ee55bf7be79f896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Tue, 8 Nov 2022 21:27:56 +0000 Subject: [PATCH] [coro.generator.promise] Remove unused name "x" Fixes NB US 120 (C++23 CD). --- source/ranges.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ranges.tex b/source/ranges.tex index c0a4734013..f676751720 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -15313,7 +15313,7 @@ A handle referring to the coroutine whose promise object is \tcode{*this} is at the top of \tcode{*\exposid{active_}} -of some \tcode{generator} object \tcode{x}. +of some \tcode{generator} object. \pnum \returns