mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 13:14:01 +00:00
fb4e1c34f9
This commit adds replacement of `::tolower` and `::toupper`. Added CharToLower and CharToUpper routines reduce the number of cast operators that required for correct usage of standard C/C++ `::tolower/toupper` routines.