Linked by Thom Holwerda on Mon 13th Aug 2007 17:57 UTC
Thread beginning with comment 263300
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
For being part of the language, they are surprisingly unaware of how the language works.
Macros will gladly mess up anything, without worrying about things like namespaces.
Having the following code messed up, just because "Sun" is #define'd when you try to compile on Solaris is really not very helpful.
namespace x
{
class C
{
private:
enum { Mon, Tue, Wed, Thu, Fri, Sat, Sun };
};
}




Member since:
2005-07-06
Macros are part of the language: your point is moot.
Edited 2007-08-14 06:30