> Is it a problem that htlib/htString.h defines
 > 
 >     void                operator = (const char *s);
 > 
 > but not
 > 
 >     void                operator = (char *s);
 > 
 > given that rest is char * and not const char *?  What will (String) = (char *)
 > default to?

 No it's not. The opposite would be, barking when (String) = (const char*).

 Cheers,

-- 
                Loic Dachary

                24 av Secretan
                75019 Paris
                Tel: 33 1 42 45 09 16
                e-mail: [EMAIL PROTECTED]
                URL: http://www.senga.org/


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 

Reply via email to