From 668265fb608430bf968044404ba70f45a0d56033 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Dec 2019 19:31:32 -0500 Subject: Use std::shared_ptr --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 97e9112..df61abd 100644 --- a/wscript +++ b/wscript @@ -99,9 +99,7 @@ def configure(conf): # Boost headers conf.check_cxx(header_name='boost/format.hpp') - conf.check_cxx(header_name='boost/shared_ptr.hpp') conf.check_cxx(header_name='boost/utility.hpp') - conf.check_cxx(header_name='boost/weak_ptr.hpp') conf.env.PATCHAGE_VERSION = PATCHAGE_VERSION -- cgit v1.2.1