Files
pvData/testApp
Michael Davidsaver be4738f59c remove weak_vector
It seems that shared_ptr::use_count() does
not include weak_ptr instances.  Therefore
shared_ptr::use_count()==1 (aka unique())
does *not* ensure exclusive ownership!

This breaks the assumption used by
shared_vector::make_unique() to avoid
allocating a new array in some cases.
2013-06-10 15:09:42 -04:00
..
2012-08-22 14:39:19 -04:00
2013-06-10 15:09:42 -04:00
2013-02-16 12:50:36 +01:00
2013-05-08 18:35:51 -04:00
2013-06-03 19:31:05 -04:00
2013-02-25 10:29:34 +01:00