string s = "";
assert(s);  // ok
assert(s != null);  // fails

I guess that's a bug. But which one is right?

--
Tomek

Reply via email to