$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-11-09 13:09:25
At 11:32 AM 11/9/2001, Vladimir Prus wrote:
>std::make_pair("a", "b") does not work. call traits allows to write
>make_pair version that will work, and even contains such thing as
>an example. Shouldn't it go to the tuple library?
Be a bit cautious; std::make_pair has changed in a Defect Report to pass by
value. See http://std.dkuug.dk/jtc1/sc22/wg21/docs/lwg-defects.html#181
The whole point is to make std::make_pair("a", "b") work.
Or am I misunderstanding your point?
--Beman