diff --git a/src/strconv.cxx b/src/strconv.cxx index c3293b6bf..7efbbcfd7 100644 --- a/src/strconv.cxx +++ b/src/strconv.cxx @@ -148,8 +148,8 @@ namespace pqxx { template inline - // NOLINTNEXTLINE(readability-non-const-parameter) zview + // NOLINTNEXTLINE(readability-non-const-parameter) string_traits::to_buf(char *begin, char *end, T const &value) { static_assert(std::is_integral_v);