Skip to content

Commit 9edac8d

Browse files
committed
Cosmetic.
1 parent ee3f4dc commit 9edac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pqxx/strconv.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ inline zview generic_to_buf(char *begin, char *end, TYPE const &value)
599599
* is a @c std::byte, and they must all be laid out contiguously in memory so
600600
* we can reference them by a pointer.
601601
*/
602-
template<class TYPE>
602+
template<typename TYPE>
603603
concept binary =
604604
std::ranges::contiguous_range<TYPE> and
605605
std::is_same_v<std::remove_cvref_t<value_type<TYPE>>, std::byte>;

0 commit comments

Comments
 (0)