public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tamar Christina <tnfchris@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/ARM/heads/arm-perf-staging)] libstdc++: Fix comment to refer to correct PR
Date: Fri, 17 Jul 2020 12:51:28 +0000 (GMT)	[thread overview]
Message-ID: <20200717125128.89FFC398D048@sourceware.org> (raw)

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

commit bd630df033784c791c3ca49fc30821eaee35f7c2
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Feb 6 11:33:12 2020 +0000

    libstdc++: Fix comment to refer to correct PR
    
            * include/bits/stl_iterator.h (__detail::__common_iter_ptr): Fix PR
            number in comment. Fix indentation.

Diff:
---
 libstdc++-v3/ChangeLog                   | 3 +++
 libstdc++-v3/include/bits/stl_iterator.h | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a9c96ac9185..5ce1473b621 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
 2020-02-06  Jonathan Wakely  <jwakely@redhat.com>
 
+	* include/bits/stl_iterator.h (__detail::__common_iter_ptr): Fix PR
+	number in comment. Fix indentation.
+
 	* include/bits/stl_algobase.h (__iter_swap, __iter_swap<true>): Remove
 	redundant _GLIBCXX20_CONSTEXPR.
 
diff --git a/libstdc++-v3/include/bits/stl_iterator.h b/libstdc++-v3/include/bits/stl_iterator.h
index c200f7a9d14..69c6ae66cdf 100644
--- a/libstdc++-v3/include/bits/stl_iterator.h
+++ b/libstdc++-v3/include/bits/stl_iterator.h
@@ -1737,12 +1737,12 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   namespace __detail
   {
-    // FIXME: This has to be at namespace-scope because of PR 92078.
+    // FIXME: This has to be at namespace-scope because of PR 92103.
     template<typename _Iter>
       struct __common_iter_ptr
-	{
-	  using type = void;
-	};
+      {
+	using type = void;
+      };
 
     template<typename _Iter>
       requires __detail::__common_iter_has_arrow<_Iter>


                 reply	other threads:[~2020-07-17 12:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200717125128.89FFC398D048@sourceware.org \
    --to=tnfchris@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).