$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lubomir Bourdev (lbourdev_at_[hidden])
Date: 2008-07-15 13:43:36
> From: Felipe Magno de Almeida <felipe.m.almeida_at_[hidden]>
> PointNDConcept is defined as having axis_value member functions.
> <...skipped...>
> Also, member template axis doesn't model Metafunction.
Felipe,
Thanks for discovering these two discrepancies. axis_value should be a
member function, and the axis member template should be changed to be a
real metafunction. The documentation need not change.
I will add these to the list of fixes to GIL.
Lubomir