public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-7172] libstdc++: Fix incorrect PR number in comment
@ 2024-01-12  9:44 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2024-01-12  9:44 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:e9035183a20af10a80a97b57accb76699c9c2530

commit r14-7172-ge9035183a20af10a80a97b57accb76699c9c2530
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Jan 11 23:09:45 2024 +0000

    libstdc++: Fix incorrect PR number in comment
    
    libstdc++-v3/ChangeLog:
    
            * include/std/format (__format::_Arg_store): Fix PR number in
            comment. Simplify preprocessor code.

Diff:
---
 libstdc++-v3/include/std/format | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-12  9:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12  9:44 [gcc r14-7172] libstdc++: Fix incorrect PR number in comment Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).