Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12948: Unexpected snprintf result is on Android ARM
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-04-06 20:08:11
#12948: Unexpected snprintf result is on Android ARM
------------------------------------+----------------------
Reporter: Lev Sch <zorechfan@â¦> | Owner: olli
Type: Bugs | Status: reopened
Milestone: To Be Determined | Component: context
Version: Boost 1.64.0 | Severity: Problem
Resolution: | Keywords:
------------------------------------+----------------------
Comment (by Lev Sch <zorechfan@â¦>):
GCC 4.9 from android toolchain is not able to build:
{{{
C:\temp\boostDevelop\boost\libs\context\test\test_callcc.cpp: In function
'void test_prealloc()':
C:\temp\boostDevelop\boost\libs\context\test\test_callcc.cpp:320:109:
error: call of overloaded 'callcc(const std::allocator_arg_t&,
boost::context::preallocated, boost::context::default_stack&,
boost::context::continuation (&)(boost::context::continuation&&), int)' is
ambiguous
ctx::continuation c = ctx::callcc( std::allocator_arg,
ctx::preallocated( sp, size, sctx), alloc, fn1, 7);
^
C:\temp\boostDevelop\boost\libs\context\test\test_callcc.cpp:320:109:
note: candidates are:
In file included from
C:\temp\boostDevelop\boost\libs\context\test\test_callcc.cpp:29:0:
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12948#comment:42> 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-04-06 20:11:54 UTC