1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

Rename logging->stdout to logging->stdout_

musl doesn't like this identifier
This commit is contained in:
Matthew Bauer 2020-06-25 16:27:00 -04:00 committed by John Ericson
parent 58bc3b6578
commit 88cf6ffce3
7 changed files with 9 additions and 9 deletions

View file

@ -87,7 +87,7 @@ public:
virtual void writeToStdout(std::string_view s);
template<typename... Args>
inline void stdout(const std::string & fs, const Args & ... args)
inline void stdout_(const std::string & fs, const Args & ... args)
{
boost::format f(fs);
formatHelper(f, args...);