mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
move implementation to cc
This commit is contained in:
parent
adf03b0b8e
commit
057e5b6b2e
2 changed files with 6 additions and 4 deletions
|
@ -92,10 +92,7 @@ private:
|
|||
format fmt;
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream &os, const hintformat &hf)
|
||||
{
|
||||
return os << hf.str();
|
||||
}
|
||||
std::ostream& operator<<(std::ostream &os, const hintformat &hf);
|
||||
|
||||
template<typename... Args>
|
||||
inline hintformat hintfmt(const std::string & fs, const Args & ... args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue