From: Warren Young Date: November 10 2004 5:53pm Subject: Re: New Wishlist item: GCC 3.4 support List-Archive: http://lists.mysql.com/plusplus/3626 Message-Id: <419255A7.60606@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Bryan W. Headley wrote: > Can't move the templates. But how about the methods? Do you think I would have asked the question if such simple remedies would fix the problem? That template I posted shows the problem: Query::mysql is of type Connection. GCC 3.4 can't expand the template without the definition of Connection. And, Connection has similar problems, giving a loop that GCC 3.4 can't resolve.