|
Boost : |
Subject: Re: [boost] [ANN] GCC 4.4.0 Released
From: Beman Dawes (bdawes_at_[hidden])
Date: 2009-04-29 16:48:54
On Sat, Apr 25, 2009 at 3:05 PM, Richard Webb
<richard.webb_at_[hidden]> wrote:
>
> ...
>
> I've done a test run with the Mingw 4.4.0 build from
> http://www.equation.com/servlet/equation.cmd?call=fortran . The results are
> available under the RW_Mingw runner.
Thanks for the link. FWIW, I had to apply the patch below to get a
hello world program to compile with -std=c++0x.
--Beman
--- cwchar.original Wed Apr 29 16:42:56 2009
+++ cwchar Wed Apr 29 16:37:03 2009
@@ -156,14 +156,14 @@
using ::mbsrtowcs;
using ::putwc;
using ::putwchar;
- using ::swprintf;
+ //using ::swprintf;
using ::swscanf;
using ::ungetwc;
using ::vfwprintf;
#if _GLIBCXX_HAVE_VFWSCANF
using ::vfwscanf;
#endif
- using ::vswprintf;
+ //using ::vswprintf;
#if _GLIBCXX_HAVE_VSWSCANF
using ::vswscanf;
#endif
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk