Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
matgat committed Feb 19, 2024
1 parent 84c08d2 commit 3e3f87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ascii_predicates.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ namespace details //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// | | |is |is |is |is |is |is |is |is |is |is |is |is |
// | ASCII | characters |cntrl|print|graph|space|blank|punct|alnum|alpha|upper|lower|digit|xdigit|
// |-------|-------------------------|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|-----|------|
// |08 |control codes (NUL, ...) | X | | | | | | | | | | | |
// |0:8 |control codes (NUL, ...) | X | | | | | | | | | | | |
// |9 |tab (\t) | X | | | X | X | | | | | | | |
// |10:13 |whitespaces (\n,\v,\f,\r)| X | | | X | | | | | | | | |
// |1431 |control codes (SO, ...) | X | | | | | | | | | | | |
// |14:31 |control codes (SO, ...) | X | | | | | | | | | | | |
// |32 |space (' ') | | X | | X | X | | | | | | | |
// |33:47 |!"#$%&'()*+,-./ | | X | X | | | X | | | | | | |
// |48:57 |0123456789 | | X | X | | | | X | | | | X | X |
Expand Down

0 comments on commit 3e3f87c

Please sign in to comment.