libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
ignore-deprecated-post.hxx
1
2
3#if !defined(PQXX_IGNORING_DEPRECATED)
4# error "Ended an 'ignore-deprecated' block while none was active."
5#endif
6
7#if defined(__GNUC__)
8# pragma GCC diagnostic pop
9#endif // __GNUC__
10
11#ifdef _MSC_VER
12# pragma warning(pop)
13#endif
14
15#undef PQXX_IGNORING_DEPRECATED