Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Dec 17, 2023
1 parent e3aa3cb commit 3322462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pqxx/internal/conversions.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ template<std::size_t N> struct nullness<char[N]> : no_null<char[N]>
{};


/// String traits for C-style string constant ("array of char").
/// String traits for C-style string constant ("pointer to array of char").
/** @warning This assumes that every array-of-char is a C-style string literal.
* So, it must include a trailing zero. and it must have static duration.
*/
Expand Down

0 comments on commit 3322462

Please sign in to comment.