Files
lix/src/libutil
Sergei Trofimovich b36d5172cb src/libutil/json.cc: add missing <cstdint> include for gcc-13
Without the change llvm build fails on this week's gcc-13 snapshot as:

    src/libutil/json.cc: In function 'void nix::toJSON(std::ostream&, const char*, const char*)':
    src/libutil/json.cc:33:22: error: 'uint16_t' was not declared in this scope
       33 |             put(hex[(uint16_t(*i) >> 12) & 0xf]);
          |                      ^~~~~~~~
    src/libutil/json.cc:5:1: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
        4 | #include <cstring>
      +++ |+#include <cstdint>
        5 |
2022-05-26 18:37:15 +01:00
..
2020-09-21 18:42:21 +02:00
2022-04-22 10:56:56 +02:00
2022-04-08 11:31:51 +02:00
2022-04-29 11:27:38 -06:00
2022-03-09 00:16:50 +01:00
2022-04-07 19:49:47 +02:00
2022-04-07 19:49:47 +02:00
2022-05-04 11:22:06 +02:00
2018-02-14 18:26:37 -05:00
2022-04-08 11:31:51 +02:00
2020-09-17 20:21:04 +02:00
2021-12-22 15:56:25 +01:00
2020-10-06 10:40:07 +02:00
2022-04-22 10:01:02 +02:00
2022-04-08 16:09:49 +02:00
2022-05-19 18:24:49 +02:00
2022-05-19 18:24:49 +02:00
2022-05-04 11:22:06 +02:00
2022-02-25 16:13:02 +01:00
2022-02-25 16:13:02 +01:00