$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [move][container] Review Request (new versions of Boost.Move and Boost.Container in sandbox and vault)
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-08-28 09:18:32
Jeffrey Hellrung wrote:
> I've used Boost.Preprocessor to generate 2^n overloads of T&/const T&
There should be no need to write such a thing yourself, as
Boost.Functional/Forward already does it.