Closed GoogleCodeExporter closed 9 years ago
More precisely, for _s functions, one should check the version of the compiler:
#if _MSC_VER >= 1400
// use _snprintf_s
#endif _MSC_VER >= 1400
Original comment by vladlosev
on 11 Mar 2009 at 11:29
Not worth it. Will fix if this leads to a real problem.
Original comment by w...@google.com
on 6 Mar 2010 at 6:15
Original issue reported on code.google.com by
vladlosev
on 11 Mar 2009 at 11:26