This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: automatic conversion to new libstdc++-v3


A Mennucc1 <debian@tonelli.sns.it> writes:
> >   gcc-3.0-ize adds AC_LIBSTDCXX_STRING to configure.in: 

Note that the AC_ prefix implies that this macro is being supplied by
Autoconf itself, which is false.  You should use your own prefix (for
example, your name, or your organization, or some combination thereof).


> >   It also deletes 'bad_alloc' that is not a valid signal any more.

If you mean that bad_alloc is no longer a valid /exception/, then this is
wrong:  std::bad_alloc is part of the standard library.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]