From 68db2f9304b4305245e232ce3e24a51cf81cb14a Mon Sep 17 00:00:00 2001 From: "scc%mozilla.org" Date: Sun, 11 Jun 2000 01:11:13 +0000 Subject: [PATCH] updated to reflect work done git-svn-id: svn://10.0.0.236/trunk@71986 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/StringFactoringTests/ToDo.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/xpcom/tests/StringFactoringTests/ToDo.doc b/mozilla/xpcom/tests/StringFactoringTests/ToDo.doc index d9f6f3bdb92..da114471033 100644 --- a/mozilla/xpcom/tests/StringFactoringTests/ToDo.doc +++ b/mozilla/xpcom/tests/StringFactoringTests/ToDo.doc @@ -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