------- Comment #6 from dannysmith at users dot sourceforge dot net  2009-05-28 
08:26 -------
(In reply to comment #4)
> Because __STRICT_ANSI__ means strict to the standard so -std=c++0x enables
> __STRICT_ANSI__.  But the mingw headers don't know about C++0x standard so it
> does not know those functions should be enabled.
> 

mingw does not yet provide ANSI (c99) compliant swprintf or vswprintf
implementations. The functions it does provide, _swprintf and _vswprintf, are
pre-c99 MSVCRT implementations.

Danny


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40278

Reply via email to