
----- Original Message ----- From: "Denis Shevchenko" <for.dshevchenko@gmail.com> To: <boost@lists.boost.org> Sent: Saturday, January 15, 2011 9:56 PM Subject: Re: [boost] namespace boost?
I find useful to have the file that include all the other files at the boost directory level. As it is the case for Boost.Flyweight
#include<boost/flyweight.hpp> Hmm... But what if I want to update one header-only library? If I have 'common' file that include all the other files at the boost directory level, I must replace this file AND own directory. But if all files
16.01.2011 00:49, vicente.botet пишет: placed in own directory, I replacing only it.
You are right, and I forget often to replace this file, but usualy it doesn't changes to much. The ideal will be that this file include a all.hpp file included on the library directory. Other have proposed someting like #include<boost/flyweight/all.hpp> Vicente