I thought it could.  But (LStringA.c_str() < LStringB.c_str()) compares 
the pointers, while  (*LStringA.c_str() < *LStringB.c_str()) apparently
compares only the first character.

oh, and the patch i just sent only does the first character, by using *.

rick




-- 

Reply via email to