Boost logo

Boost :

From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-02-02 15:58:43


Darin Adler wrote:
>
> on 2/2/01 11:57 AM, Daryle Walker at darylew_at_[hidden] wrote:
>
> > The use of 'size_t' in "array_traits.hpp" doesn't have a namespace (std)
> > qualification with it, so it doesn't compile on my system. Could this be
> > fixed (possibly with allowances for broken compilers that put 'size_t' in
> > the global namespace).

I've prefixed "size_t" by "std::" in boost/array_traits.hpp" and added a
  #include <boost/config.hpp>
for those compilers which are a bit slow catching up. (CVS updated)

A comprehensive test for array_traits seems to be missing
from libs/array_traits/, btw.

Jens Maurer


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk