Blog Posts on gcc 4




Percent:
 
Distinct:
 


Migrating from GCC 3 to GCC 4 by Allister eXplores Software on Mar 23, 2010I'm currently migrating some of our server code from gcc 3.4.2 to gcc 4.3.2 and I found some compilation issues.  I highlight in red what must be avoided, and in yellow what must be used instead. Declaration of friend functions In header:...



Migrating from GCC 3 to GCC 4 by Allister eXplores Software on Mar 23, 2010I'm currently migrating some of our server code from gcc 3.4.2 to gcc 4.3.2 and I found some compilation issues.  I highlight in red what must be avoided, and in yellow what must be used instead.Declaration of friend functionsIn header:name...