public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: Ville Voutilainen <ville.voutilainen@gmail.com>
Cc: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
	libstdc++@gcc.gnu.org
Subject: Re: [libstdc++ PATCH] Implement observer_ptr
Date: Fri, 01 May 2015 21:26:00 -0000	[thread overview]
Message-ID: <20150501212640.GO3618@redhat.com> (raw)
In-Reply-To: <20150501210123.GN3618@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

On 01/05/15 22:01 +0100, Jonathan Wakely wrote:
>On 01/05/15 16:37 +0300, Ville Voutilainen wrote:
>>Tested on Linux-x64.
>>
>>   Implement observer_ptr.
>
>Thanks! Committed with some minor formatting changes.
>
>I've also committed this to add feature-test macros and update the
>docs. Tested powerpc64le-linux, committed to trunk.

Thanks to Ville for pointing out that I put the wrong macro. Doh.

Committed to trunk.

[-- Attachment #2: patch.txt --]
[-- Type: text/x-patch, Size: 659 bytes --]

commit f6fdadce0e8362d8ccaf0bdf024e1d9ac73afeaa
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri May 1 22:22:19 2015 +0100

    	* include/experimental/memory: Correct feature-test macro.

diff --git a/libstdc++-v3/include/experimental/memory b/libstdc++-v3/include/experimental/memory
index f43621f..08a6b33 100644
--- a/libstdc++-v3/include/experimental/memory
+++ b/libstdc++-v3/include/experimental/memory
@@ -52,7 +52,7 @@ inline namespace fundamentals_v2
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
-#define __cpp_lib_experimental_not_fn 201411
+#define __cpp_lib_experimental_observer_ptr 201411
 
   template <typename _Tp>
     class observer_ptr

  reply	other threads:[~2015-05-01 21:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-01 13:37 Ville Voutilainen
2015-05-01 21:01 ` Jonathan Wakely
2015-05-01 21:26   ` Jonathan Wakely [this message]
2015-05-02  2:02   ` Ed Smith-Rowland
2015-05-02  9:40     ` Jonathan Wakely
2015-05-02  9:42       ` Jonathan Wakely
2015-05-02 12:50         ` Ed Smith-Rowland
2015-05-02 13:01           ` Jonathan Wakely

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=20150501212640.GO3618@redhat.com \
    --to=jwakely@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    --cc=ville.voutilainen@gmail.com \
    /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).