updated to reflect work done

git-svn-id: svn://10.0.0.236/trunk@71986 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%mozilla.org
2000-06-11 01:11:13 +00:00
parent ec16972a28
commit 68db2f9304

View File

@@ -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