Files
toml11/toml
Jajauma's GitHub 72af7b48d3 Avoid possible lexer truncation warnings
Instead of static_cast calls that convert int to char, literals of type
char are now used directly with the value encoded via escape sequence.

The benefits are:
- code without static_cast is much more compact and expresses intent
better
- fixed value truncation warning on some compilers (e.g. C4309 on Visual
Studio 2017)
2022-08-13 10:30:18 +00:00
..
2022-05-29 00:37:39 +09:00
2021-10-09 11:12:58 +09:00
2021-08-27 19:52:45 -04:00
2021-05-25 21:40:41 +09:00
2021-05-25 21:40:41 +09:00
2021-08-27 19:52:45 -04:00