phongn commented on PR #10821: URL: https://github.com/apache/trafficserver/pull/10821#issuecomment-1830157257
> Isn't cstdint better to use than stdint.h ? Okay cstdint isn't guaranteed to put the types in the global namespace so that's fine. It would be better to do so and the C++ specification requires it. However, all of the present code assumes use of the global namespace, and changing to `cstdint` and the accompanying `std::` namespace is a broader conversation for this project. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org