$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
Subject: [ublas] D_SCL_SECURE_NO_WARNINGS Error in Visual Studio
From: iuliancalciu (iuliancalciu_at_[hidden])
Date: 2013-05-02 05:15:01
Hello,
I tried to implement the proposed  algorithm for solving systems of linear
equations
<http://boost.2283326.n4.nabble.com/Systems-of-Linear-Ecuations-td4646435.html>  
and I have this error:
"Error	1	error C4996: 'std::_Uninitialized_copy0': 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'	c:\program files (x86)\microsoft visual studio
11.0\vc\include\xmemory	348	1	example"
I found  here
<http://msdn.microsoft.com/en-us/library/vstudio/aa985965.aspx>   a solving
solution, but this doesn't work.
Here <http://pastebin.com/bQUGhqWT>   is a part of the code.
Can somebody help my?
-- View this message in context: http://boost.2283326.n4.nabble.com/D-SCL-SECURE-NO-WARNINGS-Error-in-Visual-Studio-tp4646462.html Sent from the Boost - uBLAS mailing list archive at Nabble.com.