7 May
2009
7 May
'09
2:38 p.m.
AMDG Hicham Mouline wrote:
c:\program files\boost\boost_1_39_0\boost\multi_array.hpp(477) : warning C4996: 'std::uninitialized_fill_n': 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'
<snip>
Am I supposed to disable the warning explicitly in my user code? Or should the warning disable be pushed/pop in boost multi_array?
These warnings cannot always be suppressed with #pragma warning push/pop Just disable them In Christ, Steven Watanabe