On Mar 31, 2008, at 12:36 AM, Mark Constable wrote:
> On 2008-03-27 17:26, Mark Constable wrote:
>> In GCC 4.3, the C++ header dependencies have been cleaned up.
>> The advantage of this is that programs will compile faster.
>> The downside is that you actually need to directly #include
>> everything you use (but you really should do this anyway,
>> otherwise your program won't work with any compiler other
>> than GCC). There's some more information about this at
>> http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include
>
> Just a ping.
>
> Has anyone else using gcc 4.3 ?
No, not yet. Did you have much trouble with it compiling stuff so far?
|