Boost logo

Boost Users :

From: gast128 (gast128_at_[hidden])
Date: 2006-01-26 05:37:33


Dear all,

Our company makes heavy use of boost libraries. But unfornately some libraries
trigger warnings. This is hard to circumvent since we both have level 4 and
warnings as error option enabled in Visual Studio 2003.

An example is the counting iterator:

const std::vector<int> values1(boost::make_counting_iterator(1),
boost::make_counting_iterator(10));

gives C4244. This is even harder to supress since the STL is included in the
precompiled header.

Is it an option to have a good look at this issue for the next release? Note
that it is also possible that Plauger's STL is not conforming.

Wkr,
me


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net