11 #ifndef PQXX_H_VERSION 13 # include "pqxx/compiler-public.hxx" 14 # include "pqxx/internal/compiler-internal-pre.hxx" 17 # define PQXX_VERSION "7.4.1" 18 # define PQXX_ABI "7.4" 22 # define PQXX_VERSION_MAJOR 7 23 # define PQXX_VERSION_MINOR 4 26 # define PQXX_VERSION_CHECK \ 27 check_pqxx_version_##PQXX_VERSION_MAJOR##_##PQXX_VERSION_MINOR 55 # include "pqxx/internal/compiler-internal-post.hxx" int PQXX_VERSION_CHECK() noexcept
Library version check stub.
Definition: version.cxx:18
Internal items for libpqxx' own use. Do not use these yourself.
Definition: composite.hxx:73