empiredan commented on PR #1648:
URL: 
https://github.com/apache/incubator-pegasus/pull/1648#issuecomment-1770150643

   `#include <ext/alloc_traits.h>` should be declared as `no_include` with IWYU 
due to following compilation error on MacOS:
   ```
   [ 43%] Building CXX object 
src/meta/CMakeFiles/dsn_meta_server.dir/meta_service_app.cpp.o
   
/Users/runner/work/incubator-pegasus/incubator-pegasus/src/meta/meta_service.cpp:29:10:
 fatal error: 'ext/alloc_traits.h' file not found
   #include <ext/alloc_traits.h>
            ^~~~~~~~~~~~~~~~~~~~
   1 error generated.
   make[2]: *** [src/meta/CMakeFiles/dsn_meta_server.dir/meta_service.cpp.o] 
Error 1
   make[2]: *** Waiting for unfinished jobs....
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to