libpqxx
compiler-internal-post.hxx
1
12// NO GUARDS HERE! This code should be executed every time!
13
14#ifdef _WIN32
15
16#ifdef _MSC_VER
17#pragma warning (pop) // Restore client program's warning state
18#endif
19
20#endif
21