This is the mail archive of the gcc@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]

Re: libstdc++-v3 (and "export")


Gabriel Dos Reis wrote:
> 
> >>>>> «Ryszard», Ryszard Kabatek <rysio@rumcajs.chemie.uni-halle.de> wrote:
> 
> Ryszard> Is it possible to say, when the libstdc++-v3 will be available?
> 
> Work is in progress. Patience. A snapshot next week, Nathan ?

We're hoping to do one next week.

> Ryszard> What about the C++ keyword `export'?
> 
> I don't know the status about this. But I think its support is more
> important than `restrict' in C++ (assuming one come up with a
> reasonnable semantic and has solved related problems iin C9x).

There is no current work on export that I know of.

It is by far the most important piece left; it implements in a standard,
portable way the useful qualities of what people have been calling 
"precompiled headers".  Without it we'll be looking at a noticeable 
fraction of a minute per .cc file just to reread all the standard 
library template definitions.

Anybody who wanted the world's everlasting gratitude probably wouldn't 
choose export to work on, but if they wanted *mine* that would do it.

Nathan Myers
ncm@cantrip.org


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