At Sunday 2004-11-28 14:34, you wrote:
Dan Dimerman wrote:
C:\Boost\include\boost-1_32\boost\date_time\gregorian\greg_facet.hpp(293) : warning C4003: not enough actual parameters for macro 'max'
before including
put #define NOMINMAX or put this definition into project settings. Another solution is to undef min max macros after including : #undef min #undef max
IMNSHO both of those are unacceptable solutions... date_time should be doing that itself. it also doesn't explain why with 7.1 (which has the defines bounded by #ifndef __cplusplus #endif that the problem still exists
B.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be a law"