Re: [I] ☂ Make C-APIs require C++ compiler [trafficserver]

2024-02-07 Thread via GitHub
zwoop closed issue #5360: ☂ Make C-APIs require C++ compiler URL: https://github.com/apache/trafficserver/issues/5360 -- 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

Re: [I] ☂ Make C-APIs require C++ compiler [trafficserver]

2023-11-07 Thread via GitHub
ywkaras commented on issue #5360: URL: https://github.com/apache/trafficserver/issues/5360#issuecomment-1799309623 Since ts.h has C++ code in it (namespaces for example), it will give errors if you try to compile it as C. Did you also want a check for `__cplusplus >= 201703L` ? It ts.h