220 20285 <66e52f79-a8b0-4489-bd52-f13a95edf9f3@isocpp.org> article
Path: news.gmane.org!not-for-mail
From: Columbo <r.hl@gmx.net>
Newsgroups: gmane.comp.lang.c++.isocpp.proposals
Subject: Progress for universal template parameters
Date: Sat, 5 Sep 2015 07:16:33 -0700 (PDT)
Lines: 50
Approved: news@gmane.org
Message-ID: <66e52f79-a8b0-4489-bd52-f13a95edf9f3@isocpp.org>
Reply-To: std-proposals@isocpp.org
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_88_1407851593.1441462593274"
X-Trace: ger.gmane.org 1441462597 19813 80.91.229.3 (5 Sep 2015 14:16:37 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Sat, 5 Sep 2015 14:16:37 +0000 (UTC)
To: ISO C++ Standard - Future Proposals <std-proposals@isocpp.org>
Original-X-From: std-proposals+bncBDRN5RPSR4MRBQXSVOXQKGQE65SF3XY@isocpp.org Sat Sep 05 16:16:36 2015
Return-path: <std-proposals+bncBDRN5RPSR4MRBQXSVOXQKGQE65SF3XY@isocpp.org>
Envelope-to: gclcip-std-proposals@m.gmane.org
Original-Received: from mail-ob0-f199.google.com ([209.85.214.199])
	by plane.gmane.org with esmtp (Exim 4.69)
	(envelope-from <std-proposals+bncBDRN5RPSR4MRBQXSVOXQKGQE65SF3XY@isocpp.org>)
	id 1ZYEGh-0000fZ-U2
	for gclcip-std-proposals@m.gmane.org; Sat, 05 Sep 2015 16:16:36 +0200
Original-Received: by obcfb16 with SMTP id fb16sf81275905obc.1
        for <gclcip-std-proposals@m.gmane.org>; Sat, 05 Sep 2015 07:16:35 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:date:from:to:message-id:subject:mime-version
         :content-type:x-original-sender:reply-to:precedence:mailing-list
         :list-id:x-spam-checked-in-group:list-post:list-help:list-archive
         :list-subscribe:list-unsubscribe;
        bh=ujRxryVj8buviny2isPukqVgD1N5NmaDGIrPdZ87M1o=;
        b=PM1oDOTNT57R97eFDaQSf1+2romZEy/iIK+NvBKsUUUDj9pTlylvtEdhC2boFXfkqh
         /VX0y8RnxoFtsEQCHUYgKWohycU61HJjTjF+ybZ/mqjT7YJVpmyewIFWD3r0VXNFhJ/C
         SLH4APJwxAeCpKR8MrDvfJhm7z2FlGTW21upftJxqilR4PhRxByb90HITQqQhUNUYBsN
         wMeUKwrzStrSWs95tecjb+1OhNSZeMkqceT1m5fbi1MNEsEP8QJHVk9YSDHDNeru0HAx
         rouLdsmsAY/B0lATN4th05nNZtjz9OddLHtG/ruGwnMQ9KAyWDSggEWWRc3U8fPTzitd
         2tkQ==
X-Gm-Message-State: ALoCoQlJAH/vouorNLvsSDXBoMzVXiVy9WiaAAqzm3QSGuZFaDT30sjFpjPK4isX7MXd44Kxy9WF
X-Received: by 10.107.170.104 with SMTP id t101mr9066002ioe.3.1441462595324;
        Sat, 05 Sep 2015 07:16:35 -0700 (PDT)
X-BeenThere: std-proposals@isocpp.org
Original-Received: by 10.107.160.143 with SMTP id j137ls1149821ioe.79.gmail; Sat, 05
 Sep 2015 07:16:34 -0700 (PDT)
X-Received: by 10.50.77.39 with SMTP id p7mr125829igw.7.1441462594512;
        Sat, 05 Sep 2015 07:16:34 -0700 (PDT)
X-Original-Sender: R.HL@gmx.net
Precedence: list
Mailing-list: list std-proposals@isocpp.org; contact std-proposals+owners@isocpp.org
List-ID: <std-proposals.isocpp.org>
X-Spam-Checked-In-Group: 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: <mailto:googlegroups-manage+399137483710+unsubscribe@googlegroups.com>,
 <http://groups.google.com/a/isocpp.org/group/std-proposals/subscribe>
Xref: news.gmane.org gmane.comp.lang.c++.isocpp.proposals:20285
Archived-At: <http://permalink.gmane.org/gmane.comp.lang.c++.isocpp.proposals/20285>

------=_Part_88_1407851593.1441462593274
Content-Type: multipart/alternative; 
	boundary="----=_Part_89_275037442.1441462593274"

------=_Part_89_275037442.1441462593274
Content-Type: text/plain; charset=UTF-8

I believe that I've seen such a proposal already, but as I cannot find 
anything related at the moment:
Is any progress being made in introducing template parameters that can 
accept arguments of any kind?
Or was it deemed unnecessary/impractical to introduce it?

-- 

--- 
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/.

------=_Part_89_275037442.1441462593274
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">I believe that I&#39;ve seen such a proposal already, but =
as I cannot find anything related at the moment:<div>Is any progress being =
made in introducing template parameters that can accept arguments of any ki=
nd?</div><div>Or was it deemed unnecessary/impractical to introduce it?</di=
v><div><br></div></div>

<p></p>

-- <br />
<br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;ISO C++ Standard - Future Proposals&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:std-proposals+unsubscribe@isocpp.org">std-proposa=
ls+unsubscribe@isocpp.org</a>.<br />
To post to this group, send email to <a href=3D"mailto:std-proposals@isocpp=
..org">std-proposals@isocpp.org</a>.<br />
Visit this group at <a href=3D"http://groups.google.com/a/isocpp.org/group/=
std-proposals/">http://groups.google.com/a/isocpp.org/group/std-proposals/<=
/a>.<br />

------=_Part_89_275037442.1441462593274--
------=_Part_88_1407851593.1441462593274--

.
