libpqxx
The C++ client library for PostgreSQL
config-compiler.h
Go to the documentation of this file.
1 // NOLINT(llvm-header-guard)
2 #if __cplusplus >= 202302L
3 # warning "This header is deprecated. Use <pqxx/internal/config.h> instead."
4 #endif
5 #include "pqxx/internal/config.h"