ZeroTierOne/ext/libpqxx-7.7.3/tools/pqxxthreadsafety.cxx

11 lines
193 B
C++
Raw Normal View History

// Print thread-safety information for present libpqxx build.
#include <iostream>
#include "pqxx/util"
int main()
{
std::cout << pqxx::describe_thread_safety().description << std::endl;
}