diff options
-rw-r--r-- | libdbpp/command_fwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbpp/command_fwd.h b/libdbpp/command_fwd.h index bf7133d..d2fed7e 100644 --- a/libdbpp/command_fwd.h +++ b/libdbpp/command_fwd.h @@ -6,7 +6,7 @@ #include <memory> namespace DB { - typedef std::map<std::string, std::string> CommandOptionsMap; + typedef std::map<std::string, std::string, std::less<>> CommandOptionsMap; class CommandOptions; typedef std::shared_ptr<CommandOptions> CommandOptionsPtr; typedef std::shared_ptr<const CommandOptions> CommandOptionsCPtr; |