mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
Rename hintfmt to HintFmt
This commit is contained in:
parent
149bd63afb
commit
c0e7f50c1a
29 changed files with 460 additions and 464 deletions
|
|
@ -512,7 +512,7 @@ std::ostream & operator<<(std::ostream & output, const ValuePrinter & printer)
|
|||
}
|
||||
|
||||
template<>
|
||||
hintformat & hintformat::operator%(const ValuePrinter & value)
|
||||
HintFmt & HintFmt::operator%(const ValuePrinter & value)
|
||||
{
|
||||
fmt % value;
|
||||
return *this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue