220 5817 <c7a8fb7d-f006-413b-9e6c-aa5977cf6e66@isocpp.org> article
Path: news.gmane.org!not-for-mail
From: David Krauss <potswa@gmail.com>
Newsgroups: gmane.comp.lang.c++.isocpp.proposals
Subject: Re: Making std::vector<std::unique_ptr<void>> not be
 copy constructible, among other things
Date: Sun, 25 Aug 2013 22:00:57 -0700 (PDT)
Lines: 10
Approved: news@gmane.org
Message-ID: <c7a8fb7d-f006-413b-9e6c-aa5977cf6e66@isocpp.org>
References: <CAEn_SP+=gQwxB8RY6ZY6EDHD+gATtzYX_mrKwRZQDEcBcuO+ZQ@mail.gmail.com>
 <079a64f7-2606-4309-8472-8624032c2f03@isocpp.org>
 <dd70eb3b-8529-42ca-9f79-3bec4ccdcbd1@isocpp.org>
Reply-To: std-proposals@isocpp.org
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-Trace: ger.gmane.org 1377493261 28208 80.91.229.3 (26 Aug 2013 05:01:01 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Mon, 26 Aug 2013 05:01:01 +0000 (UTC)
To: std-proposals@isocpp.org
Original-X-From: std-proposals+bncBCW25A7E3QCRBCWC5OIAKGQES5S52LQ@isocpp.org Mon Aug 26 07:01:04 2013
Return-path: <std-proposals+bncBCW25A7E3QCRBCWC5OIAKGQES5S52LQ@isocpp.org>
Envelope-to: gclcip-std-proposals@m.gmane.org
Original-Received: from mail-oa0-f71.google.com ([209.85.219.71])
	by plane.gmane.org with esmtp (Exim 4.69)
	(envelope-from <std-proposals+bncBCW25A7E3QCRBCWC5OIAKGQES5S52LQ@isocpp.org>)
	id 1VDovE-0004x5-2D
	for gclcip-std-proposals@m.gmane.org; Mon, 26 Aug 2013 07:01:00 +0200
Original-Received: by mail-oa0-f71.google.com with SMTP id k18sf13156154oag.10
        for <gclcip-std-proposals@m.gmane.org>; Sun, 25 Aug 2013 22:00:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=date:from:to:message-id:in-reply-to:references:subject:mime-version
         :x-original-sender:reply-to:precedence:mailing-list:list-id
         :list-post:list-help:list-archive:list-subscribe:list-unsubscribe
         :content-type;
        bh=ZrB1p5TZGXpHmbnMkTF46dyJqJrCkmOZlkOXC/4VYmo=;
        b=ck1MkhO6ePkhyTQPH+rmXdy2IOfYzCaUZSb71lCEzDOdrJn0M8qTXpe3wP+OSRotVJ
         2CUotSLkvDh8mEQwh452FJlROqdYpKwHpochrvu1mF+45bRu7I3dt8+w2E7iLZhxbY7j
         8bD6zTihUnwLC4OL0iQSumazRftCcU7X0x1R6Sa9RMWg2b7BGxeomjP2QdJ3BcC5OaTt
         9JPJL69kMXEflDUwIK6yhvFitwJ1fydrC1Jmhf/hzwfF3421nL1E70mAarbZ2oNqjJD1
         9AMcNIbBRo7bzCGiM4aGiYeaN90/8zwWrmuf5yuJolZtkSiaDLnMHllL/VodbMGj1rg0
         xSmQ==
X-Received: by 10.50.134.135 with SMTP id pk7mr6161104igb.3.1377493259099;
        Sun, 25 Aug 2013 22:00:59 -0700 (PDT)
X-BeenThere: std-proposals@isocpp.org
Original-Received: by 10.50.115.68 with SMTP id jm4ls2174701igb.43.gmail; Sun, 25 Aug
 2013 22:00:58 -0700 (PDT)
X-Received: by 10.50.27.37 with SMTP id q5mr250794igg.9.1377493258476;
        Sun, 25 Aug 2013 22:00:58 -0700 (PDT)
In-Reply-To: <dd70eb3b-8529-42ca-9f79-3bec4ccdcbd1@isocpp.org>
X-Original-Sender: potswa@gmail.com
Precedence: list
Mailing-list: list std-proposals@isocpp.org; contact std-proposals+owners@isocpp.org
List-ID: <std-proposals.isocpp.org>
X-Google-Group-Id: 399137483710
List-Post: <http://groups.google.com/a/isocpp.org/group/std-proposals/post>, <mailto:std-proposals@isocpp.org>
List-Help: <http://support.google.com/a/isocpp.org/bin/topic.py?topic=25838>, <mailto:std-proposals+help@isocpp.org>
List-Archive: <http://groups.google.com/a/isocpp.org/group/std-proposals/>
List-Subscribe: <http://groups.google.com/a/isocpp.org/group/std-proposals/subscribe>,
 <mailto:std-proposals+subscribe@isocpp.org>
List-Unsubscribe: <http://groups.google.com/a/isocpp.org/group/std-proposals/subscribe>,
 <mailto:googlegroups-manage+399137483710+unsubscribe@googlegroups.com>
Xref: news.gmane.org gmane.comp.lang.c++.isocpp.proposals:5817
Archived-At: <http://permalink.gmane.org/gmane.comp.lang.c++.isocpp.proposals/5817>

The tag would be private and use a reserved name. Point is, the declaration would exist but be hidden. The other approach is less hackish.

-- 

--- 
You received this message because you are subscribed to the Google Groups "ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
Visit this group at http://groups.google.com/a/isocpp.org/group/std-proposals/.

.
