Maxim Gorbunov fd0b1ac7c0 Generate CMakeLists (#2184) 1 год назад
..
include 44354d0fc5 YQ Connector:test INNER JOIN 1 год назад
src 44354d0fc5 YQ Connector:test INNER JOIN 1 год назад
AUTHORS 44354d0fc5 YQ Connector:test INNER JOIN 1 год назад
CMakeLists.darwin-arm64.txt 2bb1b2fb5d Revert commit rXXXXXX,Add env semantic 1 год назад
CMakeLists.darwin-x86_64.txt 2bb1b2fb5d Revert commit rXXXXXX,Add env semantic 1 год назад
CMakeLists.linux-aarch64.txt 2bb1b2fb5d Revert commit rXXXXXX,Add env semantic 1 год назад
CMakeLists.linux-x86_64.txt 2bb1b2fb5d Revert commit rXXXXXX,Add env semantic 1 год назад
CMakeLists.txt fd0b1ac7c0 Generate CMakeLists (#2184) 1 год назад
CMakeLists.windows-x86_64.txt fd0b1ac7c0 Generate CMakeLists (#2184) 1 год назад
COPYING 44354d0fc5 YQ Connector:test INNER JOIN 1 год назад
INSTALL 44354d0fc5 YQ Connector:test INNER JOIN 1 год назад
NEWS 44354d0fc5 YQ Connector:test INNER JOIN 1 год назад
README-UPGRADE 44354d0fc5 YQ Connector:test INNER JOIN 1 год назад
README.md 44354d0fc5 YQ Connector:test INNER JOIN 1 год назад
ya.make 44354d0fc5 YQ Connector:test INNER JOIN 1 год назад

README-UPGRADE

NOTICES FOR USERS UPGRADING FROM EARLIER VERSIONS TO 6.x

As of 6.0, libpqxx requires C++11 or better. Make sure that your libpqxx is
built against the same version of the C++ standard as your own application, or
there may be build problems.

It may be possible to paper over some mismatches. If your application build
fails with errors about `std::experimental::optional`, try defining a macro
`PQXX_HIDE_EXP_OPTIONAL` in your application's build. This will suppress
support for `std::experimental::optional` even if libpqxx was built to assume
that the feature is present.