coin-or / CHiPPS-ALPS

This is the Abstract Library for Parallel Search (ALPS), the abstract base layer of the COIN-OR High Performance Parallel Search framework.
Eclipse Public License 1.0
9 stars 8 forks source link

-D_SCL_SECURE_NO_WARNINGS #16

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @mgalati13

Original creation time: 2008-07-15 21:17:40

Assignee: @yanxu55

Version:

CC: @mgalati13

Lots of these warnings.

Can we add -D_SCL_SECURE_NO_WARNINGS to MSVSv8 workspace? or use 'safe' versions of functions?

4>c:\cygwin\home\magala\coin\coin-decomp\alps\src\AlpsParams.h(250) : 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'

svigerske commented 5 years ago

Comment by @tkralphs created at 2011-07-25 18:39:52

Resolution: fixed