json/include/nlohmann/detail/input
Tony Asleson 3c3c11a6cb Specify signed char
x86 architecture default to signed characters.  Other architectures
default to unsigned characters.  When building on non-x86 arch we
get the following error

./json.hpp:22700:42:   required from here
./json.hpp:8494:24: error: comparison is always true due to limited
                           range of data type [-Werror=type-limits]
 8494 |             if ('\x00' <= c and c <= '\x1F')
      |                 ~~~~~~~^~~~

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2020-02-12 13:28:35 -06:00
..
binary_reader.hpp Some typos 2020-02-02 17:29:37 +08:00
input_adapters.hpp Some typos 2020-02-02 17:29:37 +08:00
json_sax.hpp 🚚 rename Hedley macros 2019-07-01 22:37:30 +02:00
lexer.hpp Specify signed char 2020-02-12 13:28:35 -06:00
parser.hpp 📝 fix typo #1903 2020-01-15 17:40:03 +01:00
position_t.hpp 🚨 fixed warnings 2019-03-15 14:55:13 +01:00