From: Warren Young Date: March 6 2009 8:24pm Subject: Re: How to pass SQLTypeAdapters to create a SQLQueryParms? List-Archive: http://lists.mysql.com/plusplus/8447 Message-Id: <49B18670.7080904@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Rick Gutleber wrote: >> inline DateTime NOW() { return DateTime(); } >> > Why is this inefficient? Won't the compiler inline it so the net result > is the same as a #define, minus being in the mysqlpp namespace? One hopes so. Just pointing out the possibility of brain-dead optimizers.