Hi,

On Wed, 2003-10-29 at 20:36, Andreas Zieringer wrote:
> 
> Hi,
> 
> you can do something like this:
>
> #if defined(__linux) && __GNUC__ >= 3)
>     // new stdc++
> #else
>     // old stdc++
> #endif

please please do not do this at least not inside the function 
definition. This is something you might use for declarations
but nearly never for definitions.

gerrit

PS: The usual 'this is a style issue' disclaimer applies ;-)
.



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to