$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Range] Definition of a range for gsl_vector
From: Karsten Ahnert (karsten.ahnert_at_[hidden])
Date: 2010-07-14 06:55:13
> Why are you using gsl_vector* here? Why not gsl_vector?
Yes, that was the problem. Now I use gsl_vector and it works. I used the
pointer variant since this is common in using gsl, but this also caused
some problems with the pointer specialization of the range functions.