This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: std::cout and long long problem



Seems kind of odd to have long long support and only enable some of it. I 
feel your frustration, but we have to come up with a non-kludgy way to 
make all long long support work, and make it work correctly with things  
like -ansi. Unfortunately, this means making more than just iostreams work.

It's the "harder but more correct" route...

> WRT OS bits, wouldn't it be reasonable to arrange for any C++
> translation unit to implicitly #include the libstdc++ config bits
> upfront?  Adding `-include c++config.h' to the C++ specs doesn't seem
> too much trouble to me.

This might be the way to go.

I'm working on __EXCEPTIONS 
related issues right now and depending on how that stuff goes I might be 
more up for this approach. It uses a similar mechanism.

-benjamin


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