From: Warren Young Date: May 13 2005 9:06pm Subject: Re: [PATCH] documentation and type_info fix List-Archive: http://lists.mysql.com/plusplus/4407 Message-Id: <428516C5.1020003@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Warren Young wrote: > compile time goes > down by a whole 9% on my main development machine. Nope, scratch that. I was comparing times taken today against times done yesterday. When I reverted the "redundant mysql++.h" change, build time for "make clean && time make" in the examples directory remained 1:21. I think I'm going to make mysql++.h #include just query.h and compare.h, though, and add a comment to explain why just those two are needed. Yes, it has the potential to be brittle, but I think the examples will catch any errors resulting from changes to the header dependency graph. The very purpose of the examples is (or should be, anyway) to demonstrate all the important parts of the library.