mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
9 lines
289 B
C
9 lines
289 B
C
![]() |
/* 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
|