build: Always build in C++11 mode.
Change-Id: Id8c26bc5951a0b60c4f2f0868ad0167b2f0d56af
Refs: #2103
diff --git a/src/interest-container.hpp b/src/interest-container.hpp
index 9b30b19..bf971eb 100644
--- a/src/interest-container.hpp
+++ b/src/interest-container.hpp
@@ -57,8 +57,8 @@
ndn::EventId expirationEvent;
};
-typedef boost::shared_ptr<UnsatisfiedInterest> UnsatisfiedInterestPtr;
-typedef boost::shared_ptr<const UnsatisfiedInterest> ConstUnsatisfiedInterestPtr;
+typedef shared_ptr<UnsatisfiedInterest> UnsatisfiedInterestPtr;
+typedef shared_ptr<const UnsatisfiedInterest> ConstUnsatisfiedInterestPtr;
/**
* @brief Container for unsatisfied Sync Interests