Refactor and modernize namespace declarations
Move all unit tests to namespace nfd::tests
Delete unused header core/algorithm.hpp
Change-Id: I5591f0c5f3bb5db67f8b45fae95471f8a555ca68
diff --git a/daemon/rib/readvertise/readvertise-policy.hpp b/daemon/rib/readvertise/readvertise-policy.hpp
index da22139..3e4456e 100644
--- a/daemon/rib/readvertise/readvertise-policy.hpp
+++ b/daemon/rib/readvertise/readvertise-policy.hpp
@@ -30,8 +30,7 @@
#include <ndn-cxx/security/signing-info.hpp>
-namespace nfd {
-namespace rib {
+namespace nfd::rib {
/** \brief a decision made by readvertise policy
*/
@@ -60,7 +59,6 @@
getRefreshInterval() const = 0;
};
-} // namespace rib
-} // namespace nfd
+} // namespace nfd::rib
#endif // NFD_DAEMON_RIB_READVERTISE_READVERTISE_POLICY_HPP