Merge remote-tracking branch 'reusee/master' into HEAD

This commit is contained in:
Brian Anderson
2013-06-24 14:09:37 -07:00
6 changed files with 16 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
* Strings are a packed UTF-8 representation of text, stored as null
* terminated buffers of u8 bytes. Strings should be indexed in bytes,
* for efficiency, but UTF-8 unsafe operations should be avoided. For
* some heavy-duty uses, try std::rope.
* some heavy-duty uses, try extra::rope.
*/
use at_vec;