$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Algorithm] [Range] `is_sorted` is duplicate
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-08-08 10:53:14
Both Boost.Algorithm and Boost.Range have `is_sorted` function.
Would it be better to deprecate Boost.Range's `is_sorted`?
Also, Both Boost.Algorithm and Boost.Range have `iota` function.
(In this case, Boost.Algorithm's `iota` returns void, but
Boost.Range's `iota` returns the range.)
Regards,
Michel