$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-05-11 13:06:21
Thorsten Ottosen wrote:
> "Anthony Williams" <anthony_w.geo_at_[hidden]> wrote in message
> news:fywten01.fsf_at_yahoo.com...
>> If the implementation uses free standing functions, you need to
>> write begin() and end() for your type. If the implementation uses
>> members, you can write make_range() for your type, *or* write the
>> members.
>
> yep, but the latter approach is harder and takes just about twice as
> much code in C++0x.
Can you elaborate, please?