Michael Schmitt <[EMAIL PROTECTED]> writes:
| On 12 Jan 2000, Jean-Marc Lasgouttes wrote:
|
| > This is normal, since I need a
| > using std::abort();
| > here. However, I am surprised that this is not mentionned in your
| > messages. Does it mean that CC 5.0 does not put _everything_ in std?
| > I am a bit puzzled.
|
| No, Sun CC puts abort() in namespace std. I don't know why I do not get
| an error message but when including 'cstdlib' in a little test program
| that invokes abort(), SunCC complains that abort() is not defined (in the
| default namespace (but in std::)).
so a using std::abort;
helps in that case?
I have created a lyx::abort that should work anyway...will check in
soon.
Lgb