easyfan opened a new issue #4871: MacOS clang/llvm compiler imcompatible code 
in Unit test case BasicEndToEndTest.cc
URL: https://github.com/apache/pulsar/issues/4871
 
 
   **Describe the bug**
   There are 2 compiler errors while compiling BasicEndToEndTest.cc under MacOS 
with clang/LLVM:
   "variable length array of non-POD element type of Consumer"
   
   Basically, this is introduced by announcing an array of elements, with a 
variable length.
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Try build BasicEndToEndTest.cc under clang/llvm
   
   **Expected behavior**
   build BasicEndToEndTest.cc pass under clang/llvm, with no error report.
   

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

Reply via email to