Boost logo

Boost :

From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-10-24 14:38:13


Hi Thorsten,

    The program at the end of this message produces twenty C4224 Warnings
("nonstandard extension used : formal parameter 'array' was previously defined
as a type") on VC7.1 and VC8.0 beta. Since Boost.Array and Boost.Range will be
used together with some frequency, it might be a good idea to disable warning
4224 locally within the range headers.

Best Regards,
Jonathan

----------

#include <boost/array.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/iterator.hpp>

int main() { }


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