You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this discussion (http://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010) the possible solutions to this in Windows depend on the Visual Studio version used. I guess that it is necessary to specify which would be the minimal VS version that should be used for Caffe.
Windows does not have snprintf:
See this PR for possible implementation
BVLC#2084
Otherwise maybe we can use #define s like in gtest_all.cc
The text was updated successfully, but these errors were encountered: