libdeng2: Added de::refless()
de::refless() is a function to be used when allocating new referencecounted objects. It removes the default +1 reference count of thenew object, with the assumption that a reference is taken by someoneelse soon afterwards.
View differences
libdeng2: Added de::refless()
de::refless() is a function to be used when allocating new reference
counted objects. It removes the default +1 reference count of the
new object, with the assumption that a reference is taken by someone
else soon afterwards.