diff mbox series

[committed] libstdc++: Fix incorrect PR number in comment

Message ID 20240112094507.683543-1-jwakely@redhat.com
State New
Headers show
Series [committed] libstdc++: Fix incorrect PR number in comment | expand

Commit Message

Jonathan Wakely Jan. 12, 2024, 9:44 a.m. UTC
Tested x86_64-linux, pushed to trunk.

-- >8 --

libstdc++-v3/ChangeLog:

	* include/std/format (__format::_Arg_store): Fix PR number in
	comment. Simplify preprocessor code.
---
 libstdc++-v3/include/std/format | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/libstdc++-v3/include/std/format b/libstdc++-v3/include/std/format
index b3b5a0bbdbc..7440a25ea97 100644
--- a/libstdc++-v3/include/std/format
+++ b/libstdc++-v3/include/std/format
@@ -3652,12 +3652,9 @@  namespace __format
       friend std::basic_format_args<_Context>;
 
       template<typename _Ctx, typename... _Argz>
-	friend auto
+	friend auto std::
 #if _GLIBCXX_INLINE_VERSION
-	// Needed for PR c++/59526
-	std::__8::
-#else
-	std::
+	__8:: // Needed for PR c++/59256
 #endif
 	make_format_args(_Argz&...) noexcept;