$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2007-12-13 15:54:13
Hi JoaquÃn,
Your docs looks real nice. But I have the following suggestion:
- make it possible to use boost::flyweight<T> without the use of
factories. The number of elements I want to create is fairly low, and so
does not justify having a seperate container "flying" around.
-Thorsten
PS: what a shame we can't overload operator.() in C++