You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
char_traits::compare and strcmp perform comparisons on the unsigned byte values, whereas ascii_case_insensitive_compare operates on (possibly signed) char.
Maybe this could be kept as is, but it deserves some discussion.
char_traits::compareandstrcmpperform comparisons on the unsigned byte values, whereasascii_case_insensitive_compareoperates on (possibly signed)char.Maybe this could be kept as is, but it deserves some discussion.