From: Warren Young Date: November 10 2004 1:10pm Subject: Re: New Wishlist item: GCC 3.4 support List-Archive: http://lists.mysql.com/plusplus/3624 Message-Id: <4192135A.8070300@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Bryan W. Headley wrote: > Move the methods out of the header! template void Query::storein_sequence (Seq &seq,parms &p, query_reset r) { r = (parsed.size()) ? DONT_RESET : RESET_QUERY; mysql->storein_sequence (seq, str(p,r)); } How do you move _that_ to query.cc, smartypants? :)