You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand, the 2014 version of the paper your implementation is based upon describes release() as returning a constant reference to the owned resource.
However, this has been changed in more recent versions; release() should return void. See for example N4873 from 2020.
The text was updated successfully, but these errors were encountered:
As I understand, the 2014 version of the paper your implementation is based upon describes
release()
as returning a constant reference to the owned resource.However, this has been changed in more recent versions;
release()
should returnvoid
. See for example N4873 from 2020.The text was updated successfully, but these errors were encountered: