Hi all, I’ve posted a RFC pull request <https://github.com/apache/trafficserver/pull/1112> that converts all uses of NULL to nullptr. The primary motivation for this is that there are circumstances (primarily template usage) where nullptr is required to detect the difference between a null pointer and a integer 0.
thanks, James