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:
parent
58bc3b6578
commit
88cf6ffce3
7 changed files with 9 additions and 9 deletions
|
@ -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...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue