$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: boost (boost_at_[hidden])
Date: 2002-08-01 13:58:30
Dear Toon,
On Thursday 01 August 2002 18:08, Toon Knapen wrote:
> In the specialisations for double and float type_traits
> const_reference is defined as being T instead of const T&.
> Due to this I can't get the address of the start of the data anymore
> (needed for my BLAS bindings in the sandbox).
I took this opportunity to switch my BLAS/LAPACK bindings to
Matrix.data().begin()
instead of &Matrix(0,0)
(I'm using unbounded arrays only)
Best wishes,
Peter