$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2000-09-06 09:06:30
> Now that there are several boost libraries which have "details" namespaces
> should we be using a namespace with less possible collisions? i.e.
> ggcl_details? any_details?, lambda_details? vtl_details?
I use _lib_impl for that - this would translate to _lambda_detail(s).
Nothing screams 'private' like the next-to-illegal leading underscore.
-- Peter Dimov Multi Media Ltd.