From c336f86b9670c515230767dab9dc56128acf03db Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Dec 2020 14:09:01 +0100 Subject: std::shared_ptr --- src/cxml.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cxml.cc') diff --git a/src/cxml.cc b/src/cxml.cc index 667da55..fac787f 100644 --- a/src/cxml.cc +++ b/src/cxml.cc @@ -26,7 +26,7 @@ using std::string; using std::list; -using boost::shared_ptr; +using std::shared_ptr; using boost::optional; cxml::Node::Node () -- cgit v1.2.3