You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow build to hide std::experimental::optional.
Introduces a new macro, `PQXX_HIDE_EXP_OPTIONAL`, to hide support for
`std::experimental::optional` while building code for linking against
libpqxx. This can paper over a difference in selected C++ language
versions between the build of libpqxx itself, and the build of the
software which uses it.
Fixesjtv#93.
Fixesjtv#95.
Revert export of row constructor.
Turns out PQXX_LIBEXPORT was _not_ the solution to the problem where
the constructor was reported as a missing symbol. Worse, it breaks on
Visual Studio as well.