11 #ifndef PQXX_H_VERSION 13 # include "pqxx/compiler-public.hxx" 14 # include "pqxx/internal/compiler-internal-pre.hxx" 17 # define PQXX_VERSION "7.1.2" 18 # define PQXX_ABI "7.1" 22 # define PQXX_VERSION_MAJOR 7 23 # define PQXX_VERSION_MINOR 1 26 # define PQXX_VERSION_CHECK \ 27 check_pqxx_version_##PQXX_VERSION_MAJOR##_##PQXX_VERSION_MINOR 55 # include "pqxx/internal/compiler-internal-post.hxx" Private namespace for libpqxx's internal use; do not access.
Definition: connection.hxx:60
int PQXX_VERSION_CHECK() noexcept
Library version check stub.
Definition: version.cxx:18