You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/26 23:52:53 UTC

[GitHub] [pulsar] aahmed-se commented on a change in pull request #3992: Add exclusion for windows c++ compiler

aahmed-se commented on a change in pull request #3992: Add exclusion for windows c++ compiler
URL: https://github.com/apache/pulsar/pull/3992#discussion_r317843541
 
 

 ##########
 File path: pulsar-client-cpp/lib/LogUtils.h
 ##########
 @@ -27,7 +27,11 @@
 
 namespace pulsar {
 
+#if defined _WIN32 || defined _WIN64
 
 Review comment:
   github ci has windows and osx images,  we can use vcpkg to install dependencies.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services