解决方法:
https://github.com/boostorg/thread/issues/364
在thread_data.hpp中加入:
#undef PTHREAD_STACK_MIN
#define PTHREAD_STACK_MIN 16384

解决方法:
https://github.com/boostorg/thread/issues/364
在thread_data.hpp中加入:
#undef PTHREAD_STACK_MIN
#define PTHREAD_STACK_MIN 16384