From -3352620221566491589
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,b0fc0305794e0486
X-Google-Attributes: gidf78e5,public
From: Jason Merrill <jason@cygnus.com>
Subject: Re: What Happened to the Sep96 ANSI C++ Draft?
Date: 1996/10/06
Message-ID: <u9d8yyc54n.fsf@yorick.cygnus.com>#1/1
X-Deja-AN: 187210372
references: <mike_duigou-ya023180000210961229210001@news.inow.com>
x-original-date: 04 Oct 1996 23:11:20 -0700
organization: Cygnus Support, Mountain View, CA
x-auth: PGPMoose V1.1 PGP comp.std.c++
newsgroups: comp.std.c++
originator: austern@isolde.mti.sgi.com


>>>>> David Vandevoorde <vandevod@cs.rpi.edu> writes:

> I don't know of any. Although there were many changes since April 95,
> I think their impact on existing code is relatively limited as far as
> the core language is concerned.

One that caught my attention was

  template <class T> struct A
  {
    T t;
  };

  template <> struct A<int>
  {
    char *t;
  };

I believe the template<> is now required for all specializations.

Jason
---
[ comp.std.c++ is moderated.  To submit articles: Try just posting with your 
                newsreader.  If that fails, use mailto:std-c++@ncar.ucar.edu
  comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
  Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
  Comments? mailto:std-c++-request@ncar.ucar.edu 
]



