Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12497: Errors with QI and Karma rules managing 64 bit integers
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-10-03 12:40:14
#12497: Errors with QI and Karma rules managing 64 bit integers
------------------------------------------+-------------------------
Reporter: Gilles Brunet <gillesb68@â¦> | Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: spirit
Version: Boost 1.61.0 | Severity: Showstopper
Resolution: | Keywords:
------------------------------------------+-------------------------
Comment (by AgustÃn K-ballo Bergé <kaballo86@â¦>):
Reduced test case, fails with all of gcc, clang, msvc:
{{{
#include <boost/spirit/include/qi.hpp>
int main()
{
char *first = nullptr, *last = nullptr;
boost::long_long_type attr;
boost::spirit::traits::assign_to(first, last, attr);
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12497#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC