libpqxx
version.hxx
1 
11 #ifndef PQXX_H_VERSION
12 
13 #include "pqxx/compiler-public.hxx"
14 #include "pqxx/compiler-internal-pre.hxx"
15 
17 #define PQXX_VERSION "6.4.4"
18 #define PQXX_ABI "6.4"
20 
22 #define PQXX_VERSION_MAJOR 6
23 #define PQXX_VERSION_MINOR 4
25 
26 namespace pqxx
27 {
28 namespace internal
29 {
31 
53 template<int, int> PQXX_LIBEXPORT int check_library_version() noexcept;
54 }
55 }
56 #include "pqxx/compiler-internal-post.hxx"
57 #endif
int check_library_version() noexcept
Library version check stub.
The home of all libpqxx classes, functions, templates, etc.
Definition: array.hxx:25