From 47727a7c80b60a0fd0ce18d8347b14241fc48f97 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Dec 2020 14:11:13 +0100 Subject: std::shared_ptr --- src/stl_binary_reader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stl_binary_reader.cc') diff --git a/src/stl_binary_reader.cc b/src/stl_binary_reader.cc index 467830c..f441aec 100644 --- a/src/stl_binary_reader.cc +++ b/src/stl_binary_reader.cc @@ -36,7 +36,7 @@ using boost::lexical_cast; using boost::algorithm::replace_all; using boost::is_any_of; using boost::locale::conv::utf_to_utf; -using boost::shared_ptr; +using std::shared_ptr; using namespace sub; namespace sub { -- cgit v1.2.3