Boost logo

Boost :

From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2008-09-02 03:30:33


Hi:
When using the string algo library func tion is_any_of, I get the
following warning under visual c++:
c:\program
files\boost\boost_trunk\boost/algorithm/string/detail/classification.hpp
(102) : warning C4996: 'std::copy': Function call with parameters that
may be unsafe - this call relies on the caller to check that the passed
values are correct. To disable this warning, use
-D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++
'Checked Iterators'
Could secure warnings be turned off, or could we potentially look int o
using checked iterators with visual c++?
Also, I get the following isues:
        c:\program
files\boost\boost_trunk\boost/algorithm/string/classification.hpp(206) :
see reference to function template instantiation
'boost::algorithm::detail::is_any_ofF::is_any_ofF>(const RangeT &)'
being compiled
        with
        [
            CharT=char,
            IteratorT=const char *,
            RangeT=boost::iterator_range
        ]
Is this something I should worry about, what does this mean?
Any help apreciated.
Sean.
 

__________ Information from ESET NOD32 Antivirus, version of virus
signature database 3406 (20080902) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 


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