$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-02-22 10:32:40
On Friday 22 February 2002 01:30 am, you wrote:
> I feel more strongly about making sure the locations of the header files
> match the namespace nesting, and I hope you'll consider that.
Yes, I'll make the headers match the namespace nesting: signal.hpp and
slot.hpp will reside in the 'boost' directory, connection.hpp will be in
'boost/signals', and implementation details will move into
'boost/signals/detail'
The only anomaly will be the 'signalN.hpp' headers (N = 0, 1, 2, ...),
because they will introduce classes 'boost::signal0', 'boost::signal1', etc.
but reside in 'boost/signals', because there are a _lot_ of those little
headers and we shouldn't clutter the 'boost' directory with them all.
Doug