-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Add null terminators to character arrays to include final charac…
…ters Adds '\0' to the end of carray definitions like digits(), ensuring that all intended characters are included in the bitset. Without this, the last character was previously excluded, causing methods (like is_digit()) to fail for the final character.
- Loading branch information
Showing
1 changed file
with
53 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters