mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-25 07:31:05 +00:00
be7ce4110e
This reverts commit e96515433d
.
11 lines
193 B
C++
11 lines
193 B
C++
// Print thread-safety information for present libpqxx build.
|
|
#include <iostream>
|
|
|
|
#include "pqxx/util"
|
|
|
|
|
|
int main()
|
|
{
|
|
std::cout << pqxx::describe_thread_safety().description << std::endl;
|
|
}
|