This commit is contained in:
scc%mozilla.org 2000-06-11 01:11:13 +00:00
Родитель 008e0b3e60
Коммит 7619583dad
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2,10 +2,10 @@
- Decide: do I really want to define |Equals| (i.e., so many extra signatures)
- Make |ns[C]String| rename its converting operations to, e.g., |EqualsWithConversion|,
. Make |ns[C]String| rename its converting operations to, e.g., |EqualsWithConversion|,
|AssignWithConversion|, |CompareWithConversion|, |AppendWithConversion|, etc.
- Bring |Equals| and |Compare| into scope
. Bring |Equals| and |Compare| into scope
. Implement chunky iterators
@ -34,7 +34,7 @@
- Add tests for the shared string smart pointer
- Implement the shared string smart pointer
. Implement the shared string smart pointer
. Figure out why StdStringWrapper isn't as good as raw std::string