libpqxx
The C++ client library for PostgreSQL
ignore-deprecated-post.hxx
Go to the documentation of this file.
1 // NOLINT(llvm-header-guard)
3 
4 #if !defined(PQXX_IGNORING_DEPRECATED)
5 # error "Ended an 'ignore-deprecated' block while none was active."
6 #endif
7 
8 #if defined(__GNUC__)
9 # pragma GCC diagnostic pop
10 #endif // __GNUC__
11 
12 #ifdef _MSC_VER
13 # pragma warning(pop)
14 #endif
15 
16 #undef PQXX_IGNORING_DEPRECATED