D_SCL_SECURE_NO_WARNINGS Error in Visual Studio
iuliancalciu <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <[email protected]> |
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. _______________________________________________ ublas mailing list [email protected] http://lists.boost.org/mailman/listinfo.cgi/ublas Sent to: [email protected]