]> git.ipfire.org Git - thirdparty/squid.git/commit
Define RefCount nullptr assignment operator (#1459)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 18 Aug 2023 00:39:36 +0000 (00:39 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 19 Aug 2023 11:51:15 +0000 (11:51 +0000)
commitda200536aa0cf5d86d49617085cc0f221ae2a402
tree92cff683ae2b680f3a4bf4b70c4b8ff55c55c5dd
parentcf2fca525520630bfdb423793ccbbbfba5eba680
Define RefCount nullptr assignment operator (#1459)

If RefCount(C*) constructor becomes private, this change
will be needed to use 'foo=nullptr' syntax to clear a Pointer.
src/base/RefCount.h