This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Question/problem related to _Bool in type_traits.h
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Subject: Re: Question/problem related to _Bool in type_traits.h
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 25 Oct 2001 19:25:11 -0700 (PDT)
- cc: stephen at bregmasoft dot com, libstdc++ at gcc dot gnu dot org
Sorry I'm so late to this.
I'm assuming that the original problem is now solved to everybody's
satisfaction?
> | I'll look into eliminating type_traits.h entirely in favour of cpp_type_traits.
> | It's a lot of rote work since they use different traits paradigms, but in the
> | end should be worth it. The only down side should be a (marginal) increase
> | in compile times.
>
> We may want to coordiante our efforts. I fully agree with your
> analysis.
Yep. This is what should be done, instead of putting type_traits in
another namespace.
-benjamin