diff options
author | Rebecca Turner <rbt@sent.as> | 2024-03-26 15:39:54 -0700 |
---|---|---|
committer | Rebecca Turner <rbt@sent.as> | 2024-03-26 15:40:05 -0700 |
commit | 8e63eca912a01659cef81b9d6d1cc7cb11edfff5 (patch) | |
tree | de159e9a3c17068d55ab06920d3c587d4e2094c7 /src/libexpr/print.hh | |
parent | da22dbc33397c9c6c5d115ce753d5cf11585291e (diff) |
Remove `HintFmt::operator%`
Change-Id: Ibcf1a7848b4b18ec9b0807628ff229079ae7a0fe
Diffstat (limited to 'src/libexpr/print.hh')
-rw-r--r-- | src/libexpr/print.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/print.hh b/src/libexpr/print.hh index 7ddda81b8..94cb11ca7 100644 --- a/src/libexpr/print.hh +++ b/src/libexpr/print.hh @@ -86,6 +86,6 @@ std::ostream & operator<<(std::ostream & output, const ValuePrinter & printer); * magenta. */ template<> -HintFmt & HintFmt::operator%(const ValuePrinter & value); +fmt_internal::HintFmt & fmt_internal::HintFmt::operator%(const ValuePrinter & value); } |