zyctree commented on issue #966: Fix thread_local in clang
URL: https://github.com/apache/incubator-brpc/pull/966#issuecomment-553752681
 
 
   clang-6.0
   a simple test
   ```
   $ clang-6.0 -dM -E - < /dev/null  | grep GNU
   #define __GNUC_MINOR__ 2
   #define __GNUC_PATCHLEVEL__ 1
   #define __GNUC_STDC_INLINE__ 1
   #define __GNUC__ 4
   ```

----------------------------------------------------------------
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]

Reply via email to