
Eric Niebler <eric <at> boost-consulting.com> writes:
Robert Dailey wrote:
I'm compiling the boost::xpressive library under Visual Studio 9 at warning level 4. At the bottom of this email are the endless pages of warnings I'm getting. Note that I am using the latest version of xpressive from the boost trunk.
Thanks, should be fixed now. You'll need to convince the Fusion guys to fix their warnings, too.
I've just tried running the xpressive tests with VC9+warning level 4, and i got one warning from xpressive itself: boost/xpressive/detail/core/matcher/attr_matcher.hpp(65) : warning C4512: 'boost::xpressive::detail::char_translate<Traits,ICase>' : assignment operator could not be generated The only other warnings i get are from fusion (more 4512's !). Thanks, Richard Webb