mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
We use boost::bimap for bi-directional conversion from protocol type encodings to type objects. Unfortunately, boost::bimap isn't C++20-ready. Fortunately, we only used one direction of the bimap. Replace with plain old std::unordered_map<>. Message-Id: <20200512103726.134124-1-avi@scylladb.com>