Hello,
gcc-4.8.1 failing for some reason, I guess std::vswprintf is incompatible
for some reason, gcc-4.7.3 works correctly. Using mingw64-runtime-2.0.8.
Example (libstdc++-v3/include/bits/basic_string.h):
inline wstring
to_wstring(int __val)
{ return __gnu_cxx::__to_xstring(&std::vswprintf
Le 20/06/2013 21:26, Ruben Van Boxem a écrit :
>
>
>
> From what I can tell, the Boost.Math issue is a problem for all GCC
> 4.8.0's: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926
Oh great, i hope they will fix it soon :D
>
> You can work around this by using pch=off when invoking b2/bjam. No