On Sat, Aug 8, 2015 at 5:39 AM, David Schneider <dave@lipillai.com> wrote:
 I'll run it through Visual Studio 2005, 2013 & 2015 32 and (with 2013 and 2015) 64-bit builds with tests, but would you like to know about excessive warnings? Such as

default_filter_factory.cpp
.\boost/spirit/home/qi/numeric/detail/real_impl.hpp(287) : warning C4244: '=' : conversion from 'unsigned __int64' to 'double', possible loss of data
        .\boost/spirit/home/qi/numeric/real.hpp(168) : see reference to function template instantiation 'bool boost::spirit::qi::detail::real_impl<T,RealPolicies>::parse<Iterator,T>(Iterator &,const Iterator &,Attribute &,const RealPolicies &)' being compiled
        with
        [
            T=double
,            RealPolicies=boost::spirit::qi::strict_real_policies<double>
,            Iterator=const char *
,            Attribute=double
        ]

 
Certainly we want to know about excessive warnings, but I don't think we'll hold up a release for them.

Thanks.

-- Marshall