$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] implementing a new Range
From: Alex Flint (alex.flint_at_[hidden])
Date: 2009-08-26 08:42:47
Hi there,
I'm using a math library that provides a Vector class, but it does not
have begin() or end() method, or any other normal container methods. I
would like to pass it to functions that take a Range object as a
parameter. How can I do this?
Cheers,
Alex