Skip to content

Draft: Resolve "Currently the C++ standard is foxed to C++14, but pqxx7 requires C++17"

Closes #25

Allow to set the C++ standard with -DCMAKE_CXX_STANDARD when calling cmake. If the parameter is not set, then the standard will be set to 14 in CMakeLists.txt.

Merge request reports