Sure, thanks for the correction.
Kai
2012/4/9 Jim Michaels :
>
> #if !defined (__SIZEOF_INT128__) && (__clang_major__ ==3) &&
> (__clang_minor__ >= 1)
> #define __SIZEOF_INT128__ 16
> #endif
>
> then it becomes undefined for any time clang is
> <=3.0
>>=4.0
> I am not sure this is the logic you
#if !defined (__SIZEOF_INT128__) && (__clang_major__ ==3) &&
(__clang_minor__ >= 1)
#define __SIZEOF_INT128__ 16
#endif
then it becomes undefined for any time clang is
<=3.0
>=4.0
I am not sure this is the logic you want. perhaps it should be
I am not a C compiler expert here, but I should t
On 4/8/2012 11:37 PM, rajeshwari b wrote:
> I tried building wxWidgets 2.8.12 through Msys. That is, through Msys
> shell, the TDM-GCC was accessed. The log is attached regarding the
> commands given, configuration, and make.
I have never tried building wxWidgets in MSYS. However, I've heard it
Hey
On Sat, Mar 31, 2012 at 6:58 PM, Vincent Torri wrote:
> Hey
>
> I'm writing a small tool to do mem leak check, and later GDI leak
> checks. That tool, named 'examine', is intended to be used like
> valgrind, that is, no linkage (unlike mpatrol, for example). The usage
> is : examine my_test_