$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [range_ex]"Practical" Status of boost::range, boost::range_ex, and associated algorithms
From: Jesse Perla (jesseperla_at_[hidden])
Date: 2010-01-29 11:55:47
Hi there,
I am excited to start using ranges in user code with standard
algorithms (mostly copy, transform, binary_searches).
Is it safe for me to start using code with range/range_ex?
Since the http://www.boostpro.com/vault/index.php?directory=Algorithms
version hasn't been updated for a while, I was worried that there
could be interface changes. I am perfectly willing to use a subset of
algorithms that are expected to remain stable
-Jesse