commit | a33bd1672fab3ac2ca72f2921716bf860d500aa3 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jun 22 01:17:46 2009 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:50 2013 -0700 |
tree | ea85d3f41a7f4d0842e01cea9fd22c5d2ed19134 | |
parent | 4538dd85da70de8e654a558a1f4cf156502855c8 [diff] |
improve Vector<> with types that can be trivially moved and remove some unused code. This optimization applies to sp<> and wp<> which should now perform about the same as regular pointers when placed in to Vector<>.