Delete and re-add libpqxx-7.7.3 due to weird corruption.

This commit is contained in:
Adam Ierymenko 2022-06-23 13:21:13 -04:00
parent 5a8d2c3cb4
commit e96515433d
457 changed files with 0 additions and 110654 deletions

View file

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