$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [array] remove static qualifier for size(), empty() and max_size() member function
From: herve martin (hervemart1_at_[hidden])
Date: 2009-03-15 08:33:36
Hi,
I guess that the static qualifier for size(), empty() and max_size()
makes the boost::array template class unsuitable for the STL sequence
container interface.
I recommend to remove the static qualifier.
Anyone agrees with me ?
best regards, herve