Closed junrushao closed 4 years ago
Looks like MSVC 2013 doesn't recognize thread_local
Let us just disable msvc 2013 in here https://github.com/dmlc/dmlc-core/blob/master/appveyor.yml
Yes, let's drop MSVC 2013, since dmlc-core has been upgraded to C++11 standard. We need MSVC 2015+ to compile C++11.
Thank you @hcho3 and @tqchen!
Hope this could pass the unittests :-)
@hcho3 @tqchen