From 9bf78dba1a5520b3d50a8d9ac74f0c0c12e46e59 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 31 Jan 2019 20:12:57 +0000 Subject: Remove boost::filesystem in favour of std::filesystem --- libpqpp/pq-connection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libpqpp/pq-connection.h') diff --git a/libpqpp/pq-connection.h b/libpqpp/pq-connection.h index 4544b79..18a0198 100644 --- a/libpqpp/pq-connection.h +++ b/libpqpp/pq-connection.h @@ -48,7 +48,6 @@ namespace PQ { private: static bool checkResultInt(PGresult * res, int expected, int alternative); }; - typedef boost::shared_ptr ConnectionPtr; } #endif -- cgit v1.2.3