$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Felipe Magno de Almeida (felipe.m.almeida_at_[hidden])
Date: 2008-07-10 02:28:46
Hi,
PointNDConcept is defined as having axis_value member functions.
But the GIL code in the boost trunk doesn't comply with this requirement.
A free axis_value function is just useless, because it can't be found
by ADL when template parameters are passed explicitly.
Also, member template axis doesn't model Metafunction.
Am I missing something?
Regards,
-- Felipe Magno de Almeida