From 4392803960606770860
X-Google-Thread: f78e5,6123103e5238722d
X-Google-Attributes: gidf78e5,public
X-Google-Language: ENGLISH,ASCII
Path: g2news2.google.com!news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.speakeasy.net!news.speakeasy.net.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 28 Feb 2007 12:10:11 -0600
Return-Path: <devnull@stump.algebra.com>
X-Authentication-Warning: mulga.csse.unimelb.edu.au: fjh set sender to devnull@stump.algebra.com using -f
X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov)
X-Original-To: std-c++@mailman.ucar.edu
Delivered-To: std-c++@mailman.ucar.edu
From: "jam" <farid.mehrabi@gmail.com>
Newsgroups: comp.std.c++
Subject: Re: templated typedefs
Organization: http://groups.google.com
Message-ID: <1172684765.148466.321350@k78g2000cwa.googlegroups.com>
References: <1172672871.447314.314220@s48g2000cws.googlegroups.com>
   <1172679488.719776.101540@z35g2000cwz.googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Complaints-To: groups-abuse@google.com
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Media Center PC 3.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.2),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 CacheBox-GWNET:3128 (squid/2.5.STABLE9)
Complaints-To: groups-abuse@google.com
Injection-Info: k78g2000cwa.googlegroups.com; posting-host=217.218.183.3;
   posting-account=fxvlCQ0AAACpMobOE10E8MvmXCmQLWsz
X-Virus-Scanned: amavisd-new at ucar.edu
X-Virus-Scanned: amavisd-new at csse.unimelb.edu.au
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by mulga.csse.unimelb.edu.au id l1SHrJEe026609
Approved: Fergus Henderson <fjh@cs.mu.oz.au>, moderator of comp.std.c++
X-Virus-Scanned: amavisd-new at csse.unimelb.edu.au
Date: Wed, 28 Feb 2007 12:03:39 CST
Lines: 37
NNTP-Posting-Host: 65.182.171.162
X-Trace: sv3-GCdvbfG7nBT9l66uTWPYJUAFAfrSNwlosSmxyVp8qzUF0jZGTmCSx7+GIojcJpKpWd04El11UJA+4Lx!Q6Kf6owJAf9wwSXXnlsRvngbEmlo7iN+GxAePMc7olBgLZR4bWLNoTBjaI6MNuq2KXoyhwz4MRZ2!AxvR3bEku2JYPktJ0wxVlSmaygznLVn/DzN27n3Oz0o=
X-Complaints-To: abuse@speakeasy.net
X-DMCA-Complaints-To: abuse@speakeasy.net
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.34
Xref: g2news2.google.com comp.std.c++:5728

On Feb 28, 7:24 pm, "Pedro Lamar�o" <pedro.lama...@gmail.com> wrote:
> On 28 fev, 13:16, "jam" <farid.mehr...@gmail.com> wrote:
>
> > Has it finally become part of standard or not?
> > I mean something like this (though it shoud be obvious):
>
> > template<class A>class generic;
> > template<class A>typedef generic<A> my_type; /*LOOK HERE*/
> > my_type<int> my_obj;
>
> Not yet.
>
> You can check the current state of C++ evolution in this document:
>
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2142.html
>
> You will find there that the "Template aliases for C++" is almost in.
>
> --
>  Pedro Lamar�o
>
> ---
> [ comp.std.c++ is moderated.  To submit articles, try just posting with ]
> [ your news-reader.  If that fails, use mailto:std-...@ncar.ucar.edu    ]
> [              --- Please see the FAQ before posting. ---               ]
> [ FAQ:http://www.comeaucomputing.com/csc/faq.html                     ]

Thanx Pedro
I remember an n for variadic templates.


---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]



