From: Jason Hise (chaos_at_[hidden])
Date: 2005-01-14 14:06:25


David Abrahams wrote:

>Header separation shouldn't be done based on implementation details.
>Put every component of your library in a separate header and then
>there's no question which should be included to use a particular
>feature, and you don't have to move things around if your boost
>dependencies change.
>
You're right, that makes sense. I can do that.

-Jason