thank you ivan, I did not know about cinttypes! this is new to me. it's not 
listed at cplusplus.com


>
>
>
>________________________________
> From: Ivan Garramona <heavenandhell...@gmail.com>
>To: mingw-w64-public@lists.sourceforge.net 
>Sent: Saturday, June 21, 2014 9:03 PM
>Subject: Re: [Mingw-w64-public] problem with compiler not concatenating        
>strings
> 
>
>
>According to the C++11 standard: "The macros defined by <cinttypes> are 
provided unconditionally. In particular, the symbol 
__STDC_FORMAT_MACROS, mentioned in footnote 182 of the C standard, plays no 
role in C++."
>
>This checking should be something like:
>#if !defined(__cplusplus) || (__cplusplus >= 201103L) || 
>defined(__STDC_FORMAT_MACROS)
>
>------------------------------------------------------------------------------
>HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
>Find What Matters Most in Your Big Data with HPCC Systems
>Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
>Leverages Graph Analysis for Fast Processing & Easy Data Exploration
>http://p.sf.net/sfu/hpccsystems
>
>_______________________________________________
>Mingw-w64-public mailing list
>Mingw-w64-public@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
>
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to