build: Always build in C++11 mode.
Change-Id: Id8c26bc5951a0b60c4f2f0868ad0167b2f0d56af
Refs: #2103
diff --git a/src/leaf.hpp b/src/leaf.hpp
index 635c087..b26b975 100644
--- a/src/leaf.hpp
+++ b/src/leaf.hpp
@@ -82,8 +82,8 @@
mutable ndn::util::Sha256 m_digest;
};
-typedef boost::shared_ptr<Leaf> LeafPtr;
-typedef boost::shared_ptr<const Leaf> ConstLeafPtr;
+typedef shared_ptr<Leaf> LeafPtr;
+typedef shared_ptr<const Leaf> ConstLeafPtr;
std::ostream&
operator<<(std::ostream& os, const Leaf& leaf);