
15 Jan
2011
15 Jan
'11
9:23 p.m.
16.01.2011 01:10, vicente.botet пишет:
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>
I agree. And, IMHO, all.hpp file must exists for libraries with set of 'independent' files (that can be used independently of the other), something like this: #include <boost/algorithm/string/all.hpp> But for libraries with one 'main concept' file must exists such file. For example, in my Configurator: #include <boost/configurator/configurator.hpp> - Denis