
Arkadiy Vertleyb wrote:
Hi,
Somehow my post to the Spirit forum didn't pass through, so I am repeating it here.
The following problem results from just including spirit.hpp from the current Boost CVS, when compiling with VC7.1:
boost\spirit\utility\impl\chset\range_run.ipp(57) : warning C4003: not enough actual parameters for macro 'min'
Apparently there is a conflict with an STL macro... Is it a known problem?
strange. I can't reproduce the error: #include <boost/spirit.hpp> compiles just fine for me. Are you sure you have the latest from the CVS? My CVS has: first == (std::numeric_limits<CharT>::min)() ? first : first-1; in range_run.ipp(57) [ http://tinyurl.com/5dzgx ] Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net