Date: Monday, December 19, 2005 @ 17:24:24
  Author: marc
    Path: /cvsroot/carob/carob/src

Modified: StringCodecs.cpp (1.2 -> 1.3)

removed obsolete comment


------------------+
 StringCodecs.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: carob/src/StringCodecs.cpp
diff -u carob/src/StringCodecs.cpp:1.2 carob/src/StringCodecs.cpp:1.3
--- carob/src/StringCodecs.cpp:1.2      Mon Dec 19 17:14:14 2005
+++ carob/src/StringCodecs.cpp  Mon Dec 19 17:24:24 2005
@@ -69,7 +69,6 @@
     // prefered to cvt.length(in), assumed to be too costly cause of the scan
     // (it's a memory/CPU tradeoff)
     int res_maxlength = codecvt.max_length() * w_arg.length();
-    // TODO: rather use free store for big strings?
     char* res_buf = new char[res_maxlength];
 
     const wchar_t *w_argnext;
@@ -99,7 +98,6 @@
     mbstate_t mbst = { 0 };
 
     int arglength = arg.length();
-    // TODO: rather use free store for big strings?
     wchar_t* wres_buf = new wchar_t[arglength];
     
     const char *argnext;

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to