
24 Sep
2008
24 Sep
'08
8:57 a.m.
Hi, I just noticed that in file http://svn.boost.org/svn/boost/trunk/boost/graph/sloan_ordering.hpp there is this line: #define MAXINT 2147483647 I'm afraid that it can conflict with MAXINT defined elsewhere. Or at least cause some confusion between MAXINT and INT_MAX from <limits.h> Wouldn't it be better to just #include <limits.h> and use INT_MAX defined there? -- Janek Kozicki |