blob: 24479707a416c12965c55343f1161e3c9addfca8 (
plain)
1
2
3
4
5
6
7
8
|
/* Define if compiler supports [[deprecated]] attribute */
#cmakedefine PQXX_HAVE_DEPRECATED 1
/* Define if the compiler supports std::experimental::optional. */
#cmakedefine PQXX_HAVE_EXP_OPTIONAL 1
/* Define if the compiler supports std::optional. */
#cmakedefine PQXX_HAVE_OPTIONAL 1
|