commit | 5f28411a856e47f86e3b0c7c031a6c0e0fa1dba0 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jun 22 01:17:46 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jun 22 02:31:07 2009 -0700 |
tree | 03fa00a09e37bcd669832a39fcf8a2dacd1a2260 | |
parent | 8e56914aab569c58a2942ef11c732f469109bb24 [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<>.