Hi all,
You may have noticed that I have done some changes in the inclusions yesterday. The goal was to include less header files in the header files (to avoid cascading inclusion). To do so I have removed uneeded or too general inclusions. I have also used forward declarations and now I have doubts about the relevancy this trick. Indeed I have the feeling that it simply moves some inclusions to the client code. So one way or another compiler will have parsed the same amount of header files to compile a client file... Any thoughts?
Another one, what about refactoring the QL folders hierarchy since we are using svn?
François
| Free forum by Nabble | Edit this page |