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
When compiling rabit in Apple's Clang compiler I seem to be getting this error:
In file included from rabit/src/engine.cc:17:
rabit/src/./thread_local.h:43:36: error: initializer for thread-local variable must be a constant
expression
static MX_TREAD_LOCAL T* ptr = nullptr;
^~~~~~~
/Library/Developer/CommandLineTools/usr/include/c++/v1/__nullptr:49:17: note: expanded from macro 'nullptr'
#define nullptr _VSTD::__get_nullptr_t()
^~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/usr/include/c++/v1/__config:392:15: note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
^
This is occurring with latest master branch
The text was updated successfully, but these errors were encountered:
When compiling rabit in Apple's Clang compiler I seem to be getting this error:
This is occurring with latest master branch
The text was updated successfully, but these errors were encountered: