summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-20 14:09:01 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-20 17:56:55 +0100
commitc336f86b9670c515230767dab9dc56128acf03db (patch)
tree4fa90ff594a68d2fb6145a7992657496f9d1cdee /test
parentc333199bba3de3955af2c5f2debaa5c4bf9faa43 (diff)
std::shared_ptr
Diffstat (limited to 'test')
-rw-r--r--test/tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.cc b/test/tests.cc
index 4fc72b2..6867ac0 100644
--- a/test/tests.cc
+++ b/test/tests.cc
@@ -30,7 +30,7 @@
using std::string;
using std::vector;
using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
BOOST_AUTO_TEST_CASE (test)
{