
7 Dec
2005
7 Dec
'05
2:30 p.m.
On Dec 7, 2005, at 8:35 AM, Yuval Ronen wrote:
2. You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library 3. The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: ... 4. This function or variable may be unsafe. Consider using ... instead.
These are bogus warnings from the compiler. Please see: http://www.boost.org/tools/build/v1/vc-8_0-tools.html Doug