This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PARTIAL_TEMPLATE_SPECIALIZATION


On Mon, Sep 09, 2002 at 03:49:11PM +0200, Cesar Mugerin wrote:
> Hello everybody
> I have upgraded my copy of GCC from 2.96 to 3.2. And there used to be a 
> way to disable PARTIAL_TEMPLATE_SPECIALIZATION in stl_config.h. Thre 
> seems to be no such thing in 3.2.

That file showed whether certain features were supported by the compiler
in use.  GCC 3 supports all (but one) of the features, so we removed the
file to make the code easier to maintain.


> And it crashes compilation.

This doesn't tell us a thing.  See gcc.gnu.org/bugs.html if you are seeing
an internal compiler error.


> Is there a 
> flag like the forementionned one in GCC 3.2.

No.  Partial template specialization is part of the C++ language.


Phil

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]