libpqxx
The C++ client library for PostgreSQL
ignore-deprecated-pre.hxx
Go to the documentation of this file.
1
// NOLINT(llvm-header-guard)
15
#if defined(PQXX_IGNORING_DEPRECATED)
16
# error "Started an 'ignore-deprecated' block inside another."
17
#endif
18
19
#define PQXX_IGNORING_DEPRECATED
20
21
#if defined(__GNUC__)
22
# pragma GCC diagnostic push
23
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
24
#endif
// __GNUC__
25
26
#ifdef _MSC_VER
27
# pragma warning(push)
28
# pragma warning(disable : 4996)
29
#endif
include
pqxx
internal
ignore-deprecated-pre.hxx
Generated by
1.9.1