From 2e6869483bba657515aad305a3aa7013e477c448 Mon Sep 17 00:00:00 2001 From: m-holger Date: Wed, 21 Sep 2022 17:49:21 +0100 Subject: Replace calls to QUtil::int_to_string with std::to_string --- include/qpdf/Pipeline.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/qpdf/Pipeline.hh b/include/qpdf/Pipeline.hh index 0e0fb844..d5d48bdb 100644 --- a/include/qpdf/Pipeline.hh +++ b/include/qpdf/Pipeline.hh @@ -86,7 +86,6 @@ class QPDF_DLL_CLASS Pipeline Pipeline& operator<<(char const* cstr); QPDF_DLL Pipeline& operator<<(std::string const&); - // Calls QUtil::int_to_string QPDF_DLL Pipeline& operator<<(short); QPDF_DLL @@ -95,7 +94,6 @@ class QPDF_DLL_CLASS Pipeline Pipeline& operator<<(long); QPDF_DLL Pipeline& operator<<(long long); - // Calls QUtil::uint_to_string QPDF_DLL Pipeline& operator<<(unsigned short); QPDF_DLL -- cgit v1.2.3-54-g00ecf