Boost logo

Boost :

Subject: Re: [boost] namespace boost?
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2011-01-15 16:10:04


----- Original Message -----
From: "Denis Shevchenko" <for.dshevchenko_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Saturday, January 15, 2011 9:56 PM
Subject: Re: [boost] namespace boost?

> 16.01.2011 00:49, vicente.botet пишет:
>> 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
> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk