From: Warren Young Date: February 19 2011 12:23am Subject: Re: Fix for GCC 4.6 List-Archive: http://lists.mysql.com/plusplus/9226 Message-Id: <91CC653B-0BDC-4A2D-89B9-8B2708370DF6@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Feb 11, 2011, at 11:38 AM, Jonathan Wakely wrote: > std::size_t is defined by , so the correct fix if you want to > use size_t is to explicitly include either (for ::size_t) > or (for std::size_t) I've been holding off on making a change partly to see if this thread = produced anything concrete beyond language lawyerism. :) Since it seems to be left to me to decide, I've gone with I = have no better reason for it than having been burned by using the C++ = replacements in too-old compilers which MySQL++ still nevertheless still = supports. Does this work for you, Remi?=