[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hi everybody!




> egcs doesnīt know the "export" keyword yet (which is serious, I agree
> here), but besides that I donīt know of any greater flaws. Perhaps some
> suboptimal optimization of templates, but nothing serious.

Hmm what is the export keyword? Closest I can think of is extern, or do
you mean explicit? A good compiler test for C++ features that push the
envelope a little is building blitz++, some GPL'd maths code that uses
extremely clever loop unrolling via templates and a host of other tricks
which tend to improve runtime speed while killing the compile :)

Michael