mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
Config provides operators << >> for string_map which makes it impossible to have generic stream operators for unordered_map. Fix it by making string_map a separate type and not just an alias. Message-Id: <20160602102642.GJ9939@scylladb.com>