11 #ifndef PQXX_H_VERSION 13 # include "pqxx/compiler-public.hxx" 14 # include "pqxx/internal/compiler-internal-pre.hxx" 17 # define PQXX_VERSION "7.2.0" 18 # define PQXX_ABI "7.2" 22 # define PQXX_VERSION_MAJOR 7 23 # define PQXX_VERSION_MINOR 2 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: composite.hxx:70
int PQXX_VERSION_CHECK() noexcept
Library version check stub.
Definition: version.cxx:18