
10 Dec
2009
10 Dec
'09
3:54 p.m.
Phil Bouchard skrev:
Thank you for this update. A great introduction to the library can be found in the following PowerPoint presentation: https://svn.boost.org/svn/boost/sandbox/shifted_ptr/libs/smart_ptr/doc/Shift...
Thanks.
Basically: 1) sizeof(shifted_ptr<>) == sizeof(void *) * 2 2) Handles cyclic pointers
neat!
3) Instantaneous
What does 3 mean? Another question: is it possible to say shifted_ptr<T> ptr = make_shifted<T>(...) instead (to enhance exception-safety)?
Furthermore I am looking forward testing shifted_ptr on Mozilla Firefox...
Please do tells us what you observe. Is Firefox using shared_ptr already, or? -Thorsten