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]
Other format: [Raw text]

Re: [v3] -fno-exceptions cleanups


> The __throw_future_error function needs to be guarded by
> 
> #if defined(_GLIBCXX_HAS_GTHREADS) &&
> defined(_GLIBCXX_USE_C99_STDINT_TR1) \ &&
> defined(_GLIBCXX_ATOMIC_BUILTINS_4)
> 
> or future_error and future_errc need to be moved outside the guard and
> defined unconditionally.

Ooops, sorry. Of course it wasn't the obvious straightforward
thing.... yes, I will do this last one. I also want to try and implement
a base class for all the types in this header... will do that later.

-benjamin


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