adel.ks@xxxxxxxxxxxxx wrote: > and Boost for only one small function Since I was curious, I looked for that function and found it in polynomial.cpp. But why do you include the headers in polynomial.h? The usage of Boost in Polynomial::translateX is an implementation detail and so the headers should be included only in the implementation file polynomial.cpp. Of course, this is not a big issue, it only increases the compile time by some fraction of a second, but I wanted to give you the hint anyway. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx