Use std::make_unsigned_t instead
commite247fdb9ff2f7246a13167da79ff01354358aa67
authorOlly Betts <olly@survex.com>
Mon, 14 Aug 2023 05:27:52 +0000 (14 17:27 +1200)
committerOlly Betts <olly@survex.com>
Mon, 14 Aug 2023 05:27:52 +0000 (14 17:27 +1200)
tree17801d646566629110750e3caad48ab4f7b4b8df
parente4fba6873a20892986a2924605731519223cf34c
Use std::make_unsigned_t instead

This requires C++14, but is shorter and clearer.
xapian-core/backends/honey/honey_cursor.cc
xapian-core/backends/honey/honey_table.cc
xapian-core/backends/honey/honey_table.h
xapian-core/backends/honey/honey_version.cc
xapian-core/common/filetests.h
xapian-core/common/parseint.h
xapian-core/common/str.cc