Files
pvData/pvDataApp
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
..
2013-05-24 18:28:54 -04:00
2013-06-10 15:09:42 -04:00
2012-08-22 14:39:19 -04:00
2013-06-03 19:31:05 -04:00
2013-06-03 19:31:05 -04:00
2012-09-10 08:56:11 +02:00
2013-05-08 18:21:34 -04:00