7 messages in com.mysql.lists.plusplusRe: RFC: What to do about the integer...
FromSent OnAttachments
Warren Young07 Feb 2008 18:02.patch
Chris Morgan07 Feb 2008 18:14 
Warren Young07 Feb 2008 18:28 
Andrew Sayers08 Feb 2008 00:54 
Jonathan Wakely08 Feb 2008 01:27 
Warren Young11 Feb 2008 18:55 
Warren Young11 Feb 2008 19:56 
Subject:Re: RFC: What to do about the integer type mess?
From:Andrew Sayers (andr@pileofstuff.org)
Date:02/08/2008 12:54:40 AM
List:com.mysql.lists.plusplus

When people complain about other problems with MySQL++ not compiling in their unusual environment, the reply usually seems to be the standard "patches welcome" - after all, it's a problem that you can't predict and can't replicate locally. If the choices are to use stdint.h or to use some functionally identical nonstdint.h, then I don't see that you lose anything by using stdint.h now, and letting people #ifdef around it where necessary.

- Andrew