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


Dennis Lubert wrote:

If you need 8bits for the algorithm to work, wouldnt you want to check
CHAR_BIT too, or did I miss anything?


No, no, you are right, of course, I wanted to say that, somewhere, but didn't want to appear picky ;) Actually we should audit the library for that, because we test *very* unfrequently on targets with CHAR_BIT != 8.

Paolo.


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