Topic: copy-on-write
Author: sergeikrivonos@gmail.com
Date: Sun, 14 Jan 2018 12:46:30 -0800 (PST)
Raw View
------=_Part_3341_846689962.1515962790812
Content-Type: multipart/alternative;
boundary="----=_Part_3342_1845831032.1515962790813"
------=_Part_3342_1845831032.1515962790813
Content-Type: text/plain; charset="UTF-8"
I found this interesting idea here https://github.com/bog-dan-ro/shared
<https://github.com/bog-dan-ro/shared>.
We can make it possible once with call/access gating as was proposed by
Bjarne Straustrup long time ago.
Plus we need to distinct const/non-const gating to implement copy-on-write
shared pointers.
--
You received this message because you are subscribed to the Google Groups "ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
To view this discussion on the web visit https://groups.google.com/a/isocpp.org/d/msgid/std-proposals/d21385d1-9553-422f-a058-48e9da782bad%40isocpp.org.
------=_Part_3342_1845831032.1515962790813
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">I found this interesting idea here<a href=3D"https://githu=
b.com/bog-dan-ro/shared">=C2=A0https://github.com/bog-dan-ro/shared</a>.<di=
v>We can make it possible once with call/access gating as was proposed by B=
jarne Straustrup long time ago.</div><div>Plus we need to distinct const/no=
n-const gating to implement copy-on-write shared pointers.</div></div>
<p></p>
-- <br />
You received this message because you are subscribed to the Google Groups &=
quot;ISO C++ Standard - Future Proposals" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:std-proposals+unsubscribe@isocpp.org">std-proposa=
ls+unsubscribe@isocpp.org</a>.<br />
To post to this group, send email to <a href=3D"mailto:std-proposals@isocpp=
..org">std-proposals@isocpp.org</a>.<br />
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/a/isocpp.org/d/msgid/std-proposals/d21385d1-9553-422f-a058-48e9da782bad%=
40isocpp.org?utm_medium=3Demail&utm_source=3Dfooter">https://groups.google.=
com/a/isocpp.org/d/msgid/std-proposals/d21385d1-9553-422f-a058-48e9da782bad=
%40isocpp.org</a>.<br />
------=_Part_3342_1845831032.1515962790813--
------=_Part_3341_846689962.1515962790812--
.