Juergen Vigna <[EMAIL PROTECTED]> writes:

| Just to be curious, someone does compile lyx-devel with STL so that
| lyxstring is not used? Could that person try to insert a lable in the
| code from the menu Insert->Label and see what happens?

You mean if it should crash or not :-)

The standard uses this wording: "p shall not be a null pointer."

So a string lib does not crash when a null is passed it is not
standard conforming. We could of course write our code to be more
"helpful", but then we would have a problem with standard compilant
strings.

        Lgb

Reply via email to