mu: fix clang compilation

This commit is contained in:
Dirk-Jan C. Binnema
2020-01-24 00:21:53 +02:00
parent 72e67ca389
commit e119ac919b
5 changed files with 11 additions and 12 deletions

View File

@ -98,9 +98,6 @@ using CommandMap = std::unordered_map<std::string, CommandInfo>;
void invoke(const Command::CommandMap& cmap, const Sexp::Node& call);
} // namespace Command
static inline std::ostream&
operator<<(std::ostream& os, const Command::ArgInfo& info)
{
@ -129,6 +126,8 @@ operator<<(std::ostream& os, const Command::CommandMap& map)
return os;
}
} // namespace Command
} // namespace Mu