From: Warren Young Date: November 10 2004 1:09pm Subject: Re: New Wishlist item: GCC 3.4 support List-Archive: http://lists.mysql.com/plusplus/3623 Message-Id: <41921320.6040802@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jae Joo wrote: > Can class forwarding work to solve the circular > dependency? No. As I said, each class needs the full definition of the other. The reason this is a problem worth asking about on the list is, the easy way to break the dependency is to break the library's ABI, and probably the API as well. I, ah, expect some pushback if I keep doing that...