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: type traits, reflection, and whatnot


On Sun, Jan 12, 2003 at 03:26:36PM +0100, Gabriel Dos Reis wrote:
> Let me rewrite what I proposed earlier as:
> 
>    template<typename T>
>      struct is_scalar : __gnu_cxx::_Bool2Type<__is_scalar(T)> 
>      {
>      };

This is an approach I think we can agree on.  I'll have a go at implementing
it and see what we discover.

With regards to an experimental branch for this (and other) reflection work,
do you think the new parser is stable enough to create branch this week?


Phil

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002


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