zyctree opened a new pull request #966: Fix thread_local in clang URL: https://github.com/apache/incubator-brpc/pull/966 when building with **clang** and c++11, the c++11 check with `__GNUC__` and `__GNUC_MINOR__` macro will not pass, and there will be a macro `# define thread_local __thread`, which is not expected
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
