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


Benjamin Kosnik wrote:

2) Why __is_one_byte and not moving __is_char from
ext/cpp_type_traits.h and correcting it for signed/unsigned....


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...

Paolo.


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