diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-22 13:00:06 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-22 13:00:06 +0100 |
commit | 1fae63de23320a1663b7c591e247ad81852ab6dc (patch) | |
tree | bfe539b7eeb5a4d7b68aa1bf853898d60e34f784 /minicc.h | |
parent | 739297d8895b08a9ecd8e81b01b7ba8e8dc4a8ae (diff) |
Support 16-bit short
Diffstat (limited to 'minicc.h')
-rw-r--r-- | minicc.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -52,5 +52,3 @@ struct PairHashSS { std::string demangle(const std::type_info& type); -std::vector<uint8_t> to_little_endian(uint32_t value); -uint32_t from_little_endian(const std::vector<uint8_t>& value); |