Skip to content

libpqxx 6.4.7: Patch update to last pre-C++17 release

Compare
Choose a tag to compare
@jtv jtv released this 23 Jun 19:48
· 1630 commits to master since this release

By request, here's an update to the last 6.x release. It fixes a link error where, when building libpqxx as a shared library, you might not have the nullptr_t specialisation of extract_value in stream_from.

This is in response to #340, but it may help others with compilers which don't support C++17.