Boost logo

Boost :

From: John Torjo (john_at_[hidden])
Date: 2003-05-25 02:12:23


> From: "John Torjo" <john_at_[hidden]>
> >
> > > #include <cstdlib>
> > > using std::abort;
> > >
> > > abort()
> > >
> > > should be both portable and 'right' the C++ people as well.
> > >
> >
> > Aaa!
> > But I was afraid of something and ideed it happens.
> > I tried compiling on VC6
> > #include <cstdlib>
> > using std::abort;
> >
> > - and I get a compile-time error:
> > 'abort' is not a member of std.
>
> You have to conditionally compile the using directive, but you

I get that.

> won't have to conditionally compile "abort" versus "std::abort"
> when you do that.

You lost me here.

Best,
John

>
>
> --
> Rob Stewart stewart_at_[hidden]
> Software Engineer http://www.sig.com
> Susquehanna International Group, LLP using std::disclaimer;
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk