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: new extension: boyer-moore search algorithm variants


> The problem is that we don't want any char type, we want only "small" 
> chars, basically 8 bits. As I said already, these requirements are 
> rather special...

I guess I must have missed this in my mailer confusion. I don't mean to
be dim, so perhaps you can restate or provide a pointer to me about
where this was discussed?

Why a new trait at all then, and not just sizeof(T) == 1? Isn't there
another compile-time way to do this that would sidestep this issue
entirely?

-benjamin


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